projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d411a1
)
whatsnew: 'other improvements' and 'optimizations' belong under CPython heading.
author
R David Murray
<rdmurray@bitdance.com>
Wed, 12 Feb 2014 18:41:01 +0000
(13:41 -0500)
committer
R David Murray
<rdmurray@bitdance.com>
Wed, 12 Feb 2014 18:41:01 +0000
(13:41 -0500)
Doc/whatsnew/3.4.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.4.rst
b/Doc/whatsnew/3.4.rst
index e7d87cf3c72faa88c4d9f454f03d4468b3c69c9a..f88866d7b8b713316f74374aee4a7bb5386b907d 100644
(file)
--- 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`.)