From: R David Murray Date: Wed, 12 Feb 2014 18:41:01 +0000 (-0500) Subject: whatsnew: 'other improvements' and 'optimizations' belong under CPython heading. X-Git-Tag: v3.4.1rc1~233^2~336 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85489f903142f435811114820bc32c24d34fd6c4;p=thirdparty%2FPython%2Fcpython.git whatsnew: 'other improvements' and 'optimizations' belong under CPython heading. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index e7d87cf3c72f..f88866d7b8b7 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -1423,7 +1423,7 @@ Other Build and C API Changes Other Improvements -================== +------------------ * Tab-completion is now enabled by default in the interactive interpreter. (Contributed by Antoine Pitrou and Éric Araujo in :issue:`5845`.) @@ -1466,7 +1466,7 @@ Other Improvements Significant Optimizations -========================= +------------------------- * The UTF-32 decoder is now 3x to 4x faster. (Contributed by Serhiy Storchaka in :issue:`14625`.)