whatsnew: 'other improvements' and 'optimizations' belong under CPython heading.

This commit is contained in:
R David Murray 2014-02-12 13:41:01 -05:00
parent 5d411a1a49
commit 85489f9031
1 changed files with 2 additions and 2 deletions

View File

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