summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-26 10:14:49 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-26 10:14:49 +0200
commit4145652f8dab30f57ca34c56d97d306c915b5d8e (patch)
treecccc1e7dd05604ba6c64219974ed6ef63083316e
parentffd48c9e3d0b9bd6fffd4a5ada6a112fea767e2e (diff)
parent624caf7bcb81c2ebe1b6be554a90a2b549e18c96 (diff)
downloadcpython-git-4145652f8dab30f57ca34c56d97d306c915b5d8e.tar.gz
Add credits for Martin Panter.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0671822e76..2e6750946d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,7 +11,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.