]> granicus.if.org Git - python/commitdiff
Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jul 2015 20:21:16 +0000 (23:21 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jul 2015 20:21:16 +0000 (23:21 +0300)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 663010a81b5165c44b64c427ccac6baf25c52573,b400a9121143634a3266e2d55dbf8f2161ac7b14..db0e776144fbf581ad57e2e57880d6a1d7dd0b9a
+++ b/Misc/NEWS
@@@ -41,8 -19,16 +41,10 @@@ Core and Builtin
  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.
 -  Patch from Nicola Palumbo and Laurent De Buyst.
 -
 -- Issue #23661: unittest.mock side_effects can now be exceptions again. This
 -  was a regression vs Python 3.4. Patch from Ignacio Rossi
 -
  - Issue #24608: chunk.Chunk.read() now always returns bytes, not str.
  
  - Issue #18684: Fixed reading out of the buffer in the re module.