summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-06 17:46:17 (GMT)
committerGeorg Brandl <georg@python.org>2007-03-06 17:46:17 (GMT)
commit02d7cffb8f0454e605401c05574b53321346fa46 (patch)
tree02728432ac475a5cff357ea18f8eaad789ca3fb8 /Misc
parent1a74b4325cdfac112bf0d4df8559f87ad3cb9f1a (diff)
downloadcpython-02d7cffb8f0454e605401c05574b53321346fa46.zip
cpython-02d7cffb8f0454e605401c05574b53321346fa46.tar.gz
cpython-02d7cffb8f0454e605401c05574b53321346fa46.tar.bz2
Patch #1646728: datetime.fromtimestamp fails with negative
fractional times. With unittest. (backport from rev. 54167 by Guido)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3cefca9..c51b690 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -118,6 +118,9 @@ Core and builtins
Extension Modules
-----------------
+- Patch #1646728: datetime.fromtimestamp fails with negative
+ fractional times. With unittest.
+
- Patch #1494140: Add documentation for the new struct.Struct object.
- Patch #1657276: Make NETLINK_DNRTMSG conditional.