diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-07-07 14:45:33 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-07-07 14:45:33 (GMT) |
commit | 3008ec070f40974790f6a85f7ceabf0876950abf (patch) | |
tree | bc7c86ec1c468fc57fdee384b963f1c18856ba69 /Misc | |
parent | 9a9c28ce7a051b37a91e4fc7aef70bcdcda25047 (diff) | |
download | cpython-3008ec070f40974790f6a85f7ceabf0876950abf.zip cpython-3008ec070f40974790f6a85f7ceabf0876950abf.tar.gz cpython-3008ec070f40974790f6a85f7ceabf0876950abf.tar.bz2 |
Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress are consistent and well-defined
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ Core and Builtins Library ------- +- Issue #14814: implement more consistent ordering and sorting behaviour + for ipaddress objects + - Issue #14814: ipaddress network objects correctly return NotImplemented when compared to arbitrary objects instead of raising TypeError |