[Zope-Checkins] CVS: Releases/Zope/doc - CHANGES.txt:1.685

Evan Simpson cvs-admin at zope.org
Thu Nov 20 12:10:11 EST 2003


Update of /cvs-repository/Releases/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv9593/doc

Modified Files:
	CHANGES.txt 
Log Message:
Mostly fixed Collector #1129.  Badly formed ISO8601 dates are rejected,
except that 'Z' is still allowed in front of a '+/-HH:MM' timezone.  I
left that in since it was used elsewhere in the code, and was probably
harmless, whereas the other parse problems caused dates like "2003-2-5"
to be accepted as valid and silently converted into "2003-01-01".

Also re-exposed the DateTime-specific exceptions as attributes of the
DateTime class.  During their recent converted from strings to classes,
they were removed.



=== Releases/Zope/doc/CHANGES.txt 1.684 => 1.685 ===
--- Releases/Zope/doc/CHANGES.txt:1.684	Tue Nov 18 08:16:57 2003
+++ Releases/Zope/doc/CHANGES.txt	Thu Nov 20 12:09:41 2003
@@ -34,6 +34,8 @@
 
     Bugs fixed
 
+     - Collector #1129: Improper parsing of ISO8601 in DateTime.
+
      - Removed pervasive use of string exceptions (some may still be
        hiding in the woodwork, but all raise's with string literals are
        gone).




More information about the Zope-Checkins mailing list