Add credits for Martin Panter.

This commit is contained in:
Serhiy Storchaka 2015-01-26 10:14:29 +02:00
parent f186e128b6
commit 624caf7bcb
1 changed files with 1 additions and 1 deletions

View File

@ -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.