[Checkins] SVN: zope.location/trunk/src/zope/location/pickling.py Use ISO format in dates, the american format is highly ambigious.

Hanno Schlichting hannosch at hannosch.eu
Tue Dec 29 15:48:52 EST 2009


Log message for revision 107310:
  Use ISO format in dates, the american format is highly ambigious.
  

Changed:
  U   zope.location/trunk/src/zope/location/pickling.py

-=-
Modified: zope.location/trunk/src/zope/location/pickling.py
===================================================================
--- zope.location/trunk/src/zope/location/pickling.py	2009-12-29 20:36:39 UTC (rev 107309)
+++ zope.location/trunk/src/zope/location/pickling.py	2009-12-29 20:48:52 UTC (rev 107310)
@@ -76,12 +76,12 @@
             return self.context
         raise ResumeCopy
 
-# BBB 2009/02/09
+# BBB 2009-09-02
 # The locationCopy was replaced by more generic "clone" function
 # in the zope.copy package. This reference may be removed someday.
 from zope.copy import clone as locationCopy
 
-# BBB 2009/02/09
+# BBB 2009-09-02
 # The CopyPersistent was made more generic and moved to the
 # zope.copy package. This reference may be removed someday.
 from zope.copy import CopyPersistent



More information about the checkins mailing list