summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-02-12 18:41:01 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-02-12 18:41:01 (GMT)
commit85489f903142f435811114820bc32c24d34fd6c4 (patch)
treee3039c6674d7c8b32845f6aa23771048846e63f6
parent5d411a1a49376fead1ca3da3bd3fac1374394024 (diff)
downloadcpython-85489f903142f435811114820bc32c24d34fd6c4.zip
cpython-85489f903142f435811114820bc32c24d34fd6c4.tar.gz
cpython-85489f903142f435811114820bc32c24d34fd6c4.tar.bz2
whatsnew: 'other improvements' and 'optimizations' belong under CPython heading.
-rw-r--r--Doc/whatsnew/3.4.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index e7d87cf..f88866d 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`.)