summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-26 08:14:49 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-26 08:14:49 (GMT)
commit4145652f8dab30f57ca34c56d97d306c915b5d8e (patch)
treecccc1e7dd05604ba6c64219974ed6ef63083316e /Misc
parentffd48c9e3d0b9bd6fffd4a5ada6a112fea767e2e (diff)
parent624caf7bcb81c2ebe1b6be554a90a2b549e18c96 (diff)
downloadcpython-4145652f8dab30f57ca34c56d97d306c915b5d8e.zip
cpython-4145652f8dab30f57ca34c56d97d306c915b5d8e.tar.gz
cpython-4145652f8dab30f57ca34c56d97d306c915b5d8e.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 0671822..2e67509 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.