From: Skip Montanaro Date: Sat, 15 Mar 2008 16:07:11 +0000 (+0000) Subject: . X-Git-Tag: v2.6a2~319 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32ed8c267c0ab005c4a28c5e64b875f40ac2a00f;p=python . --- diff --git a/Misc/NEWS b/Misc/NEWS index 3397f0c443..e778b8762d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -21,6 +21,10 @@ Core and builtins Library ------- +- Issue #1158: add %f format (fractions of a second represented as + microseconds) to datetime objects. Understood by both strptime and + strftime. + - Issue #705836: struct.pack(">f", x) now raises OverflowError on all platforms when x is too large to fit into an IEEE 754 float; previously it only raised OverflowError on non IEEE 754 platforms.