]> granicus.if.org Git - python/commitdiff
.
authorSkip Montanaro <skip@pobox.com>
Sat, 15 Mar 2008 16:07:11 +0000 (16:07 +0000)
committerSkip Montanaro <skip@pobox.com>
Sat, 15 Mar 2008 16:07:11 +0000 (16:07 +0000)
Misc/NEWS

index 3397f0c4439f4feccb81bdc3f4a9360606e9ce31..e778b8762d92eecdaaec4df0def6bbfb4a8fe250 100644 (file)
--- 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.