[Python-checkins] cpython: whatsnew: 'other improvements' and 'optimizations' belong under CPython heading.

r.david.murray python-checkins at python.org
Wed Feb 12 19:42:01 CET 2014


http://hg.python.org/cpython/rev/c1d20c017fc3
changeset:   89174:c1d20c017fc3
user:        R David Murray <rdmurray at bitdance.com>
date:        Wed Feb 12 13:41:01 2014 -0500
summary:
  whatsnew: 'other improvements' and 'optimizations' belong under CPython heading.

files:
  Doc/whatsnew/3.4.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1423,7 +1423,7 @@
 
 
 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 @@
 
 
 Significant Optimizations
-=========================
+-------------------------
 
 * The UTF-32 decoder is now 3x to 4x faster.  (Contributed by Serhiy Storchaka
   in :issue:`14625`.)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list