summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-26 08:14:29 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-26 08:14:29 (GMT)
commit624caf7bcb81c2ebe1b6be554a90a2b549e18c96 (patch)
tree4aed17b1be2978c61b6c251c255ee4ebd34c33cb /Misc
parentf186e128b6d4e6031e1e7e97b26b3eda64c1b88f (diff)
downloadcpython-624caf7bcb81c2ebe1b6be554a90a2b549e18c96.zip
cpython-624caf7bcb81c2ebe1b6be554a90a2b549e18c96.tar.gz
cpython-624caf7bcb81c2ebe1b6be554a90a2b549e18c96.tar.bz2
Add credits for Martin Panter.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e9ac72f..b4a5451 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,7 @@ Core and Builtins
-----------------
- Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
- returned NotImplemented.
+ returned NotImplemented. Original patch by Martin Panter.
- Issue #23321: Fixed a crash in str.decode() when error handler returned
replacment string longer than mailformed input data.