diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 10:14:49 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 10:14:49 +0200 |
commit | 4145652f8dab30f57ca34c56d97d306c915b5d8e (patch) | |
tree | cccc1e7dd05604ba6c64219974ed6ef63083316e | |
parent | ffd48c9e3d0b9bd6fffd4a5ada6a112fea767e2e (diff) | |
parent | 624caf7bcb81c2ebe1b6be554a90a2b549e18c96 (diff) | |
download | cpython-git-4145652f8dab30f57ca34c56d97d306c915b5d8e.tar.gz |
Add credits for Martin Panter.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |