[Zope-Checkins] CVS: Zope/lib/python/DateTime - DateTime.py:1.85.12.1
Chris McDonough
chrism@zope.com
Mon, 21 Jul 2003 12:38:57 -0400
Update of /cvs-repository/Zope/lib/python/DateTime
In directory cvs.zope.org:/tmp/cvs-serv17213/lib/python/DateTime
Modified Files:
Tag: Zope-2_7-branch
DateTime.py
Log Message:
Merge changes from HEAD since the release of Zope 2.7a1 into the Zope-2_7-branch in preparation for release of Zope 2.7b1.
=== Zope/lib/python/DateTime/DateTime.py 1.85 => 1.85.12.1 ===
--- Zope/lib/python/DateTime/DateTime.py:1.85 Wed Jan 22 09:23:15 2003
+++ Zope/lib/python/DateTime/DateTime.py Mon Jul 21 12:35:21 2003
@@ -960,7 +960,7 @@
raise self.SyntaxError, st
day=None
- if ints[-1] > 60 and d not in ['.',':'] and len(ints) > 2:
+ if ints[-1] > 60 and d not in ['.',':','/'] and len(ints) > 2:
year=ints[-1]
del ints[-1]
if month: