commit | 7c573857c7ac63395cc19b4785e0a91acbb83742 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Dec 06 23:23:15 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Dec 06 23:23:15 2013 +0200 |
tree | 07a97f21a663a1519f4e340dac0b46a631ac4134 | |
parent | d919da9942290baf606fb03433d1e484d4f0f53d [diff] [blame] |
Issue #16373: Prevent infinite recursion for ABC Set class comparisons.
diff --git a/Misc/NEWS b/Misc/NEWS index 1b59bfd..059f7bf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Library ------- +- Issue #16373: Prevent infinite recursion for ABC Set class comparisons. + - Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows a match when no exception detail exists (no colon following the exception's name, or a colon does follow but no text follows the colon).