summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-07-18 23:20:50 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2015-07-18 23:20:50 +0300
commit2489bd5d4e45b2a1d90f9336bf528ab1bba2d796 (patch)
tree807b68918b59cbadf99e71afa796ba6fda4c02cf /Misc/NEWS
parentf12e3e2b695d56ca6ac8a4fe0a74016dacbab478 (diff)
parent3018cc49e88721ef50c80b2d832b25dd4f0fe9d7 (diff)
downloadcpython-git-2489bd5d4e45b2a1d90f9336bf528ab1bba2d796.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 ba01a06ac6..b400a91211 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@ Core and Builtins
Library
-------
+- Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.
+
- Issue #24631: Fixed regression in the timeit module with multiline setup.
- Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely.