diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 08:37:01 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 08:37:01 (GMT) |
commit | 21d7533c4c13489b4b3baae59f9e25cd038fb16b (patch) | |
tree | 76bae1e02636081cb504fa39fb5a33629f39c380 /Misc/NEWS | |
parent | 5106d044ecd6d7a8124dd4b526b77588747e0167 (diff) | |
download | cpython-21d7533c4c13489b4b3baae59f9e25cd038fb16b.zip cpython-21d7533c4c13489b4b3baae59f9e25cd038fb16b.tar.gz cpython-21d7533c4c13489b4b3baae59f9e25cd038fb16b.tar.bz2 |
Issue #23094: Fixed readline with frames in Python implementation of pickle.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -50,6 +50,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 |