[Python-checkins] python/dist/src/Lib/email Message.py, 1.32.10.2, 1.32.10.3

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon Oct 20 10:35:18 EDT 2003


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

Modified Files:
      Tag: release23-maint
	Message.py 
Log Message:
Backport checkin:
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)


Index: Message.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/Message.py,v
retrieving revision 1.32.10.2
retrieving revision 1.32.10.3
diff -C2 -d -r1.32.10.2 -r1.32.10.3
*** Message.py	3 Sep 2003 04:21:29 -0000	1.32.10.2
--- Message.py	20 Oct 2003 14:34:46 -0000	1.32.10.3
***************
*** 776,780 ****
          if not foundp:
              # The original Content-Type header had no boundary attribute.
!             # Tack one one the end.  BAW: should we raise an exception
              # instead???
              newparams.append(('boundary', '"%s"' % boundary))
--- 776,780 ----
          if not foundp:
              # The original Content-Type header had no boundary attribute.
!             # Tack one on the end.  BAW: should we raise an exception
              # instead???
              newparams.append(('boundary', '"%s"' % boundary))





More information about the Python-checkins mailing list