[Python-checkins] cpython (merge 3.4 -> default): Add credits for Martin Panter.

serhiy.storchaka python-checkins at python.org
Mon Jan 26 09:15:30 CET 2015


https://hg.python.org/cpython/rev/9b0b6804528d
changeset:   94291:9b0b6804528d
parent:      94289:051f2a234d8a
parent:      94290:05acd874ce3e
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Mon Jan 26 10:14:49 2015 +0200
summary:
  Add credits for Martin Panter.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,7 +11,7 @@
 -----------------
 
 - 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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list