[Python-checkins] CVS: python/dist/src/Lib rfc822.py

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Fri, 10 Sep 1999 16:54:54 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Lib
In directory weyr:/home/fdrake/projects/python/Lib

Modified Files:
	rfc822.py 
Log Message:

Message.__delitem__():  If the key doesn't exist in the dictionary,
        raise KeyError instead of failing silently!