diff options
author | Skip Montanaro <skip@pobox.com> | 2008-03-15 16:07:11 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2008-03-15 16:07:11 (GMT) |
commit | 32ed8c267c0ab005c4a28c5e64b875f40ac2a00f (patch) | |
tree | f5b953f68d74ca5e5b3fb35854d7acc9f9604928 /Misc/NEWS | |
parent | fc070d27316ebb0ed877fade811130ac566bbc14 (diff) | |
download | cpython-32ed8c267c0ab005c4a28c5e64b875f40ac2a00f.zip cpython-32ed8c267c0ab005c4a28c5e64b875f40ac2a00f.tar.gz cpython-32ed8c267c0ab005c4a28c5e64b875f40ac2a00f.tar.bz2 |
.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |