summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0034710..e786af5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,10 @@ Extension modules
today() and now() now round system timestamps to the closest
microsecond <http://www.python.org/sf/661086>.
+ In dt.asdatetime(tz), if tz.utcoffset(dt) returns a duration,
+ ValueError is raised of tz.dst(dt) returns None (2.3a1 treated it
+ as 0 instead).
+
Library
-------