[Zope3-checkins] SVN: Zope3/trunk/src/zope/i18n/format.py
whitespace cleanup.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Oct 25 15:43:04 EDT 2005
Log message for revision 39621:
whitespace cleanup.
Changed:
U Zope3/trunk/src/zope/i18n/format.py
-=-
Modified: Zope3/trunk/src/zope/i18n/format.py
===================================================================
--- Zope3/trunk/src/zope/i18n/format.py 2005-10-25 19:40:39 UTC (rev 39620)
+++ Zope3/trunk/src/zope/i18n/format.py 2005-10-25 19:43:03 UTC (rev 39621)
@@ -81,7 +81,7 @@
# Sometimes you only want the parse results
if not asObject:
return results
-
+
# Map the parsing results to a datetime object
ordered = [None, None, None, None, None, None, None]
bin_pattern = filter(lambda x: isinstance(x, tuple), bin_pattern)
@@ -539,7 +539,7 @@
for field in 'dDFkKhHmsSwW':
for entry in _findFormattingCharacterInPattern(field, pattern):
# The maximum amount of digits should be infinity, but 1000 is
- # close enough here.
+ # close enough here.
info[entry] = r'([0-9]{%i,1000})' %entry[1]
# year (Number)
More information about the Zope3-Checkins
mailing list