diff --git a/Misc/NEWS b/Misc/NEWS index e9ac72f9e8a..b4a54512984 100644 --- 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.