diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-07-18 20:19:05 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-07-18 20:19:05 (GMT) |
commit | 3018cc49e88721ef50c80b2d832b25dd4f0fe9d7 (patch) | |
tree | a889b4c4d7bfde2e1802643f05177ba8674a8dc8 /Misc | |
parent | d113c967b4810b504d97ec97459dc85bd3a3facd (diff) | |
download | cpython-3018cc49e88721ef50c80b2d832b25dd4f0fe9d7.zip cpython-3018cc49e88721ef50c80b2d832b25dd4f0fe9d7.tar.gz cpython-3018cc49e88721ef50c80b2d832b25dd4f0fe9d7.tar.bz2 |
Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,8 @@ Core and Builtins Library ------- +- Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. + - Issue #21750: mock_open.read_data can now be read from each instance, as it could in Python 3.3. |