From: Terry Jan Reedy Date: Tue, 20 Oct 2015 05:07:53 +0000 (-0400) Subject: Remove double 'error'. X-Git-Tag: v3.6.0a1~1187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6dc9ce19230e102ff6a64d998304292799949418;p=python Remove double 'error'. --- diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 22513cf8c4..b500550c22 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -144,7 +144,7 @@ Optimizations ``surrogateescape``, ``ignore`` and ``replace`` (Contributed by Victor Stinner in :issue:`24870`). -* The ASCII and the Latin1 encoders are now up to 3 times as fast for the error +* The ASCII and the Latin1 encoders are now up to 3 times as fast for the error ``surrogateescape`` (Contributed by Victor Stinner in :issue:`25227`). * The UTF-8 encoder is now up to 75 times as fast for error handlers: