[Python-checkins] CVS: python/dist/src/Lib/email Message.py,1.7,1.8 MIMEAudio.py,1.1,1.2

Greg Ward gward@users.sourceforge.net
Sat, 24 Nov 2001 07:49:55 -0800


Update of /cvsroot/python/python/dist/src/Lib/email
In directory usw-pr-cvs1:/tmp/cvs-serv15719

Modified Files:
	Message.py MIMEAudio.py 
Log Message:
Docstring typo fix.

Index: Message.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/Message.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Message.py	2001/11/05 19:19:55	1.7
--- Message.py	2001/11/24 15:49:53	1.8
***************
*** 227,231 ****
          These will be sorted in the order they appeared in the original
          message, and may contain duplicates.  Any fields deleted and
!         re-inserted are alwyas appended to the header list.
  
          If no such fields exist, failobj is returned (defaults to None).
--- 227,231 ----
          These will be sorted in the order they appeared in the original
          message, and may contain duplicates.  Any fields deleted and
!         re-inserted are always appended to the header list.
  
          If no such fields exist, failobj is returned (defaults to None).

Index: MIMEAudio.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/MIMEAudio.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MIMEAudio.py	2001/10/09 19:41:18	1.1
--- MIMEAudio.py	2001/11/24 15:49:53	1.2
***************
*** 47,51 ****
          _audiodata is a string containing the raw audio data.  If this data
          can be decoded by the standard Python `sndhdr' module, then the
!         subtype will be automatically included in the Content-TYpe: header.
          Otherwise, you can specify  the specific audio subtype via the
          _subtype parameter.  If _subtype is not given, and no subtype can be
--- 47,51 ----
          _audiodata is a string containing the raw audio data.  If this data
          can be decoded by the standard Python `sndhdr' module, then the
!         subtype will be automatically included in the Content-Type: header.
          Otherwise, you can specify  the specific audio subtype via the
          _subtype parameter.  If _subtype is not given, and no subtype can be