summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorniemeyer <>2007-11-12 21:53:39 +0000
committerniemeyer <>2007-11-12 21:53:39 +0000
commitb2df80e7d311b7fb50c31f134e99492b48f3c414 (patch)
tree36486044cd4e2fc53f7b0d54593aff6f77085d6b
parent717c31735a87a7cf49ab41729d0ddbc3512f5b6f (diff)
downloaddateutil-b2df80e7d311b7fb50c31f134e99492b48f3c414.tar.gz
Updated NEWS file.
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3acec0a..86996f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
Version 1.3
-----------
+- Fixed precision problem on conversion of decimal seconds to
+ microseconds, as reported by Skip Montanaro.
+
+- Fixed bug in constructor of parser, and converted parser classes to
+ new-style classes. Original report and patch by Michael Elsdörfer.
+
+- Initialize tzid and comps in tz.py, to prevent the code from ever
+ raising a NameError (even with broken files). Johan Dahlin suggested
+ the fix after a pyflakes run.
+
- Version is now published in dateutil.__version__, as requested
by Darren Dale.