mirror of https://github.com/python/cpython
whatsnew: 'other improvements' and 'optimizations' belong under CPython heading.
This commit is contained in:
parent
5d411a1a49
commit
85489f9031
|
@ -1423,7 +1423,7 @@ Other Build and C API Changes
|
||||||
|
|
||||||
|
|
||||||
Other Improvements
|
Other Improvements
|
||||||
==================
|
------------------
|
||||||
|
|
||||||
* Tab-completion is now enabled by default in the interactive interpreter.
|
* Tab-completion is now enabled by default in the interactive interpreter.
|
||||||
(Contributed by Antoine Pitrou and Éric Araujo in :issue:`5845`.)
|
(Contributed by Antoine Pitrou and Éric Araujo in :issue:`5845`.)
|
||||||
|
@ -1466,7 +1466,7 @@ Other Improvements
|
||||||
|
|
||||||
|
|
||||||
Significant Optimizations
|
Significant Optimizations
|
||||||
=========================
|
-------------------------
|
||||||
|
|
||||||
* The UTF-32 decoder is now 3x to 4x faster. (Contributed by Serhiy Storchaka
|
* The UTF-32 decoder is now 3x to 4x faster. (Contributed by Serhiy Storchaka
|
||||||
in :issue:`14625`.)
|
in :issue:`14625`.)
|
||||||
|
|
Loading…
Reference in New Issue