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

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Wed, 28 Apr 1999 17:17:39 -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.getheader():  Fixed grammatical error in docstring.

Message.getheaders():  Method to get list of all values for each
		       instance of a named header.  See docstring for more.