summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-03-16 03:27:30 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-03-16 03:27:30 (GMT)
commit01f2129249d19a3b805fb9b75440f12f6b46645c (patch)
tree751dc70144717af0ba689bfa988f80783fe2855e /Doc
parent34784e6bf71965f4bbc418a3447c0d4a66178470 (diff)
downloadcpython-01f2129249d19a3b805fb9b75440f12f6b46645c.zip
cpython-01f2129249d19a3b805fb9b75440f12f6b46645c.tar.gz
cpython-01f2129249d19a3b805fb9b75440f12f6b46645c.tar.bz2
whatsnew: Fix Features section title, use title/sentence case consistently.
closes #20931
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.4.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 6aab337..c86805c 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -84,9 +84,9 @@ New syntax features:
* No new syntax features were added in Python 3.4.
-New Features:
+Other new features:
-* :ref:`pip should always be "available" <whatsnew-pep-453>` (:pep:`453`).
+* :ref:`pip should always be available <whatsnew-pep-453>` (:pep:`453`).
* :ref:`Newly created file descriptors are non-inheritable <whatsnew-pep-446>`
(:pep:`446`).
* command line option for :ref:`isolated mode <whatsnew-isolated-mode>`
@@ -116,7 +116,7 @@ New library modules:
* :mod:`tracemalloc`: :ref:`Trace Python memory allocations
<whatsnew-tracemalloc>` (:pep:`454`).
-Significantly Improved Library Modules:
+Significantly improved library modules:
* :ref:`Single-dispatch generic functions <whatsnew-singledispatch>` in
:mod:`functools` (:pep:`443`).
@@ -182,7 +182,7 @@ New Features
PEP 453: Explicit Bootstrapping of PIP in Python Installations
--------------------------------------------------------------
-Bootstrapping pip by default
+Bootstrapping pip By Default
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The new :mod:`ensurepip` module (defined in :pep:`453`) provides a standard
@@ -214,7 +214,7 @@ clear and simple directions on how to install ``pip`` on the platform.
__ http://www.python.org/dev/peps/pep-0453/#recommendations-for-downstream-distributors
-Documentation changes
+Documentation Changes
~~~~~~~~~~~~~~~~~~~~~
As part of this change, the :ref:`installing-index` and
@@ -2223,7 +2223,7 @@ This section lists previously described changes and other bugfixes
that may require changes to your code.
-Changes in 'python' command behavior
+Changes in 'python' Command Behavior
------------------------------------
* In a posix shell, setting the :envvar:`PATH` environment variable to