[Python-checkins] cpython: Use title case for all section titles except module names.

r.david.murray python-checkins at python.org
Tue Dec 24 21:43:34 CET 2013


http://hg.python.org/cpython/rev/f395d0d176e0
changeset:   88171:f395d0d176e0
user:        R David Murray <rdmurray at bitdance.com>
date:        Tue Dec 24 14:51:25 2013 -0500
summary:
  Use title case for all section titles except module names.

files:
  Doc/whatsnew/3.4.rst |  24 ++++++++++++------------
  1 files changed, 12 insertions(+), 12 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
@@ -78,7 +78,7 @@
    :pep:`429` -- Python 3.4 Release Schedule
 
 
-Summary -- Release highlights
+Summary -- Release Highlights
 =============================
 
 .. This section singles out the most important changes in Python 3.4.
@@ -151,12 +151,12 @@
 porting issues.
 
 
-New expected features for Python implementations
+New Expected Features for Python Implementations
 ================================================
 
 .. _whatsnew-pep-453:
 
-PEP 453: Explicit bootstrapping of pip in Python installations
+PEP 453: Explicit Bootstrapping of PIP in Python Installations
 --------------------------------------------------------------
 
 The new :mod:`ensurepip` module (defined in :pep:`453`) provides a standard
@@ -200,7 +200,7 @@
 
 .. _whatsnew-pep-446:
 
-PEP 446: Make newly created file descriptors non-inheritable
+PEP 446: Make Newly Created File Descriptors Non-Inheritable
 ------------------------------------------------------------
 
 :pep:`446` makes newly created file descriptors :ref:`non-inheritable
@@ -218,7 +218,7 @@
 
 .. _codec-handling-improvements:
 
-Improvements to codec handling
+Improvements to Codec Handling
 ------------------------------
 
 Since it was first introduced, the :mod:`codecs` module has always been
@@ -956,7 +956,7 @@
 
 .. _whatsnew-pep-445:
 
-PEP 445: Customization of CPython memory allocators
+PEP 445: Customization of CPython Memory Allocators
 ---------------------------------------------------
 
 :pep:`445` adds new C level interfaces to customize memory allocation in
@@ -970,7 +970,7 @@
 
 .. _whatsnew-pep-442:
 
-PEP 442: Safe object finalization
+PEP 442: Safe Object Finalization
 ---------------------------------
 
 :pep:`442` removes the current limitations and quirks of object finalization
@@ -1032,7 +1032,7 @@
        PEP written and implemented by Larry Hastings.
 
 
-Other build and C API changes
+Other Build and C API Changes
 -----------------------------
 
 Other changes to Python's build process and to the C API include:
@@ -1050,7 +1050,7 @@
   interpreter is not available (for example, in cross compilation scenarios).
 
 
-Other improvements
+Other Improvements
 ==================
 
 * Tab-completion is now enabled by default in the interactive interpreter.
@@ -1120,7 +1120,7 @@
 * VMS
 
 
-Deprecated Python modules, functions and methods
+Deprecated Python Modules, Functions and Methods
 ------------------------------------------------
 
 * :meth:`difflib.SequenceMatcher.isbjunk` and
@@ -1142,14 +1142,14 @@
   require an explicit digest name or constructor as *digestmod* argument.
 
 
-Deprecated functions and types of the C API
+Deprecated Functions and Types in the C API
 -------------------------------------------
 
 * The ``PyThreadState.tick_counter`` field has been removed: its value was
   meaningless since Python 3.2 ("new GIL").
 
 
-Deprecated features
+Deprecated Features
 -------------------
 
 * The site module adding a "site-python" directory to sys.path, if it

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


More information about the Python-checkins mailing list