[Python-checkins] cpython: whatsnew: Clarify heading.

r.david.murray python-checkins at python.org
Sun Mar 16 02:15:36 CET 2014


http://hg.python.org/cpython/rev/21ecc3d52806
changeset:   89679:21ecc3d52806
user:        R David Murray <rdmurray at bitdance.com>
date:        Sat Mar 15 21:15:18 2014 -0400
summary:
  whatsnew: Clarify heading.

files:
  Doc/whatsnew/3.4.rst |  2 +-
  1 files changed, 1 insertions(+), 1 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
@@ -84,7 +84,7 @@
 
 * 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>`

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


More information about the Python-checkins mailing list