From: R David Murray Date: Sun, 16 Mar 2014 01:15:18 +0000 (-0400) Subject: whatsnew: Clarify heading. X-Git-Tag: v3.4.1rc1~233^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5358b94d1d462456732cb02a6a1bf32feb1ddc5;p=python whatsnew: Clarify heading. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 7f7383059e..00b7c876ac 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" ` (:pep:`453`). * :ref:`Newly created file descriptors are non-inheritable `