[Python-checkins] python/dist/src/Lib/email Utils.py,1.28,1.29

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Tue Oct 12 23:51:35 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/email
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15813/Lib/email

Modified Files:
	Utils.py 
Log Message:
Whitespace normalization.


Index: Utils.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/Utils.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Utils.py	11 Oct 2004 13:53:07 -0000	1.28
+++ Utils.py	12 Oct 2004 21:51:32 -0000	1.29
@@ -115,7 +115,7 @@
     returns a date relative to the local timezone instead of UTC, properly
     taking daylight savings time into account.
 
-    Optional argument usegmt means that the timezone is written out as 
+    Optional argument usegmt means that the timezone is written out as
     an ascii string, not numeric one (so "GMT" instead of "+0000"). This
     is needed for HTTP, and is only used when localtime==False.
     """



More information about the Python-checkins mailing list