diff options
author | Georg Brandl <georg@python.org> | 2007-03-06 17:46:17 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-06 17:46:17 (GMT) |
commit | 02d7cffb8f0454e605401c05574b53321346fa46 (patch) | |
tree | 02728432ac475a5cff357ea18f8eaad789ca3fb8 /Misc | |
parent | 1a74b4325cdfac112bf0d4df8559f87ad3cb9f1a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |