summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-07-07 14:45:33 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-07-07 14:45:33 (GMT)
commit3008ec070f40974790f6a85f7ceabf0876950abf (patch)
treebc7c86ec1c468fc57fdee384b963f1c18856ba69 /Misc
parent9a9c28ce7a051b37a91e4fc7aef70bcdcda25047 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a109baf..bb0211a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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