summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-26 08:11:39 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-26 08:11:39 (GMT)
commitffd48c9e3d0b9bd6fffd4a5ada6a112fea767e2e (patch)
tree93a1d720e8ba0e133aa422e94431a4e33a7ab744 /Misc
parent34af5023fc1e74c2d6a7537a11148885c84d9cb4 (diff)
parentf186e128b6d4e6031e1e7e97b26b3eda64c1b88f (diff)
downloadcpython-ffd48c9e3d0b9bd6fffd4a5ada6a112fea767e2e.zip
cpython-ffd48c9e3d0b9bd6fffd4a5ada6a112fea767e2e.tar.gz
cpython-ffd48c9e3d0b9bd6fffd4a5ada6a112fea767e2e.tar.bz2
Issue #23268: Fixed bugs in the comparison of ipaddress classes.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f6a339..0671822 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -218,6 +218,8 @@ Core and Builtins
Library
-------
+- Issue #23268: Fixed bugs in the comparison of ipaddress classes.
+
- Issue #21408: Removed incorrect implementations of __ne__() which didn't
returned NotImplemented if __eq__() returned NotImplemented. The default
__ne__() now works correctly.