[Zope-Checkins]
SVN: Zope/branches/Zope-2_8-branch/lib/python/DateTime/DateTime.py
typos
Andreas Jung
andreas at andreas-jung.com
Wed May 25 08:40:12 EDT 2005
Log message for revision 30496:
typos
Changed:
U Zope/branches/Zope-2_8-branch/lib/python/DateTime/DateTime.py
-=-
Modified: Zope/branches/Zope-2_8-branch/lib/python/DateTime/DateTime.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/DateTime/DateTime.py 2005-05-25 12:38:22 UTC (rev 30495)
+++ Zope/branches/Zope-2_8-branch/lib/python/DateTime/DateTime.py 2005-05-25 12:39:42 UTC (rev 30496)
@@ -1489,10 +1489,10 @@
zself = self + tzdiff/86400.0
microseconds = int((zself._second - zself._nearsec) * 1000000)
- # Note: in older version strftime() accept also unicode strings
+ # Note: in older versions strftime() accepted also unicode strings
# as format strings (just because time.strftime() did not perform
# any type checking). So we convert unicode strings to utf8,
- # pass them to strftime and convert them back to unicode if necessary
+ # pass them to strftime and convert them back to unicode if necessary.
format_is_unicode = False
if isinstance(format, unicode):
More information about the Zope-Checkins
mailing list