]> granicus.if.org Git - python/commitdiff
Add credits for Martin Panter.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Jan 2015 08:14:29 +0000 (10:14 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Jan 2015 08:14:29 +0000 (10:14 +0200)
Misc/NEWS

index e9ac72f9e8a4b5c749f9ee53053b494f9c36011f..b4a545129840994bcd3b6057c0dd4b3eadbe6f0a 100644 (file)
--- 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.