summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.6.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew/3.6.rst')
-rw-r--r--Doc/whatsnew/3.6.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index 48ff38a..8a2b5d3 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -106,7 +106,8 @@ operator
Optimizations
=============
-* None yet.
+* The ASCII decoder is now up to 60 times as fast for error handlers:
+ ``surrogateescape``, ``ignore`` and ``replace``.
Build and C API Changes