commit | eb318d3b160a1631e462d1434e2ae9e1b5cfe158 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri May 21 20:51:45 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri May 21 20:51:45 2010 +0000 |
tree | 6fb0f3dbcce7240d5c50b03f54736f2f16efa19b | |
parent | 16fd5cdfebf67c4d3652cdba64d5fa2556054ca0 [diff] [blame] |
return NotImplemented from Mapping when comparing to a non-mapping #8729
diff --git a/Misc/NEWS b/Misc/NEWS index 237ed19..23b079c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,6 +29,9 @@ Library ------- +- Issue #8729: Return NotImplemented from collections.Mapping.__eq__ when + comparing to a non-mapping. + - Issue #8759: Fixed user paths in sysconfig for posix and os2 schemes. - Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases.