[Python-checkins] r61403 - python/trunk/Misc/NEWS
skip.montanaro
python-checkins at python.org
Sat Mar 15 17:07:11 CET 2008
Author: skip.montanaro
Date: Sat Mar 15 17:07:11 2008
New Revision: 61403
Modified:
python/trunk/Misc/NEWS
Log:
.
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Sat Mar 15 17:07:11 2008
@@ -21,6 +21,10 @@
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.
More information about the Python-checkins
mailing list