summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-03-16 01:15:18 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-03-16 01:15:18 (GMT)
commitd5358b94d1d462456732cb02a6a1bf32feb1ddc5 (patch)
tree5414ad968fc431c01bd8638ba5fbf42ecb721d3c /Doc
parentbbd392e9e2b8f7f69b649488828e559c788d5f3e (diff)
downloadcpython-d5358b94d1d462456732cb02a6a1bf32feb1ddc5.zip
cpython-d5358b94d1d462456732cb02a6a1bf32feb1ddc5.tar.gz
cpython-d5358b94d1d462456732cb02a6a1bf32feb1ddc5.tar.bz2
whatsnew: Clarify heading.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 7f73830..00b7c87 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -84,7 +84,7 @@ New syntax features:
* No new syntax features were added in Python 3.4.
-New expected features for Python implementations:
+New Features:
* :ref:`pip should always be "available" <whatsnew-pep-453>` (:pep:`453`).
* :ref:`Newly created file descriptors are non-inheritable <whatsnew-pep-446>`