diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 08:37:44 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 08:37:44 (GMT) |
commit | 230586739cc090ededbe45f101d8df75e5772455 (patch) | |
tree | ef441ff65c93df237a487a69c637c9ee349f9653 /Misc | |
parent | 0e992b352aff5fae23ee0f8893e68ce27cba6af7 (diff) | |
parent | 21d7533c4c13489b4b3baae59f9e25cd038fb16b (diff) | |
download | cpython-230586739cc090ededbe45f101d8df75e5772455.zip cpython-230586739cc090ededbe45f101d8df75e5772455.tar.gz cpython-230586739cc090ededbe45f101d8df75e5772455.tar.bz2 |
Issue #23094: Fixed readline with frames in Python implementation of pickle.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -218,6 +218,8 @@ Core and Builtins Library ------- +- Issue #23094: Fixed readline with frames in Python implementation of pickle. + - Issue #23268: Fixed bugs in the comparison of ipaddress classes. - Issue #21408: Removed incorrect implementations of __ne__() which didn't |