summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-07-18 23:19:05 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2015-07-18 23:19:05 +0300
commit3018cc49e88721ef50c80b2d832b25dd4f0fe9d7 (patch)
treea889b4c4d7bfde2e1802643f05177ba8674a8dc8 /Misc/NEWS
parentd113c967b4810b504d97ec97459dc85bd3a3facd (diff)
downloadcpython-git-3018cc49e88721ef50c80b2d832b25dd4f0fe9d7.tar.gz
Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2c669f3bbb..ad5fef33fa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.