| commit | 9a9c28ce7a051b37a91e4fc7aef70bcdcda25047 | [log] [tgz] |
|---|---|---|
| author | Nick Coghlan <ncoghlan@gmail.com> | Sat Jul 07 23:05:59 2012 +1000 |
| committer | Nick Coghlan <ncoghlan@gmail.com> | Sat Jul 07 23:05:59 2012 +1000 |
| tree | 23e80dcda26b4e1448de538eabf2800d9752851f | |
| parent | d46f7d209b0d6db48f63c8317df9bfefbed73ae7 [diff] [blame] |
Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__
diff --git a/Misc/NEWS b/Misc/NEWS index d06ced8..a109baf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -23,6 +23,9 @@ Library ------- +- Issue #14814: ipaddress network objects correctly return NotImplemented + when compared to arbitrary objects instead of raising TypeError + - Issue #14990: Correctly fail with SyntaxError on invalid encoding declaration.