diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 08:14:49 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 08:14:49 (GMT) |
commit | 4145652f8dab30f57ca34c56d97d306c915b5d8e (patch) | |
tree | cccc1e7dd05604ba6c64219974ed6ef63083316e /Misc | |
parent | ffd48c9e3d0b9bd6fffd4a5ada6a112fea767e2e (diff) | |
parent | 624caf7bcb81c2ebe1b6be554a90a2b549e18c96 (diff) | |
download | cpython-4145652f8dab30f57ca34c56d97d306c915b5d8e.zip cpython-4145652f8dab30f57ca34c56d97d306c915b5d8e.tar.gz cpython-4145652f8dab30f57ca34c56d97d306c915b5d8e.tar.bz2 |
Add credits for Martin Panter.
Diffstat (limited to 'Misc')
-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. |