commit | 7a3d8aee8c930ce09e585690d978fbcbb78cb61a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Dec 18 19:27:45 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Dec 18 19:27:45 2011 +0100 |
tree | 81ebcbbcf07e064bf30aa711de76fdd1f616bfb8 | |
parent | 41616300b1a29b2bf65071a7e117f34367126bcb [diff] [blame] |
Issue #7502: Fix equality comparison for DocTestCase instances. Patch by Cédric Krier.
diff --git a/Misc/NEWS b/Misc/NEWS index 5118afd..f62fe3a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -86,6 +86,9 @@ Library ------- +- Issue #7502: Fix equality comparison for DocTestCase instances. Patch by + Cédric Krier. + - Issue #11870: threading: Properly reinitialize threads internal locks and condition variables to avoid deadlocks in child processes.