mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
.
This commit is contained in:
parent
fc070d2731
commit
32ed8c267c
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ Core and builtins
|
||||||
Library
|
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
|
- 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
|
platforms when x is too large to fit into an IEEE 754 float; previously
|
||||||
it only raised OverflowError on non IEEE 754 platforms.
|
it only raised OverflowError on non IEEE 754 platforms.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue