summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-15 12:18:32 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-15 12:18:32 (GMT)
commitc86ca26d3201d58a33cdc28dfbd49f9a84122d06 (patch)
treef335c67e917f0dc67d3b4fd44d902dc9d5d42ec9 /Misc/NEWS
parentd362c2126497410bf45f09e78dd1821a003bde39 (diff)
downloadcpython-c86ca26d3201d58a33cdc28dfbd49f9a84122d06.zip
cpython-c86ca26d3201d58a33cdc28dfbd49f9a84122d06.tar.gz
cpython-c86ca26d3201d58a33cdc28dfbd49f9a84122d06.tar.bz2
Issue #23096: Pickle representation of floats with protocol 0 now is the same
for both Python and C implementations.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4625134..9051e00 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Issue #23096: Pickle representation of floats with protocol 0 now is the same
+ for both Python and C implementations.
+
- Issue #19105: pprint now more efficiently uses free space at the right.
- Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser. Patch by