diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |