diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 08:11:39 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 08:11:39 (GMT) |
commit | ffd48c9e3d0b9bd6fffd4a5ada6a112fea767e2e (patch) | |
tree | 93a1d720e8ba0e133aa422e94431a4e33a7ab744 /Misc | |
parent | 34af5023fc1e74c2d6a7537a11148885c84d9cb4 (diff) | |
parent | f186e128b6d4e6031e1e7e97b26b3eda64c1b88f (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |