From: R David Murray Date: Mon, 23 Dec 2013 02:09:16 +0000 (-0500) Subject: Mention deprecation and porting sections in intro. X-Git-Tag: v3.4.0b2~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f122d6f44d2cdf0a806fa8019d58ea24cfdf070;p=python Mention deprecation and porting sections in intro. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index a084d558e0..90175c58b3 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -136,7 +136,8 @@ CPython implementation improvements: * The :mod:`marshal` format has been made :ref:`more compact and efficient ` (:issue:`16475`). -Please read on for a comprehensive list of user-facing changes. +Please read on for a comprehensive list of user-facing changes, including +sections on deprecations and porting issues. New expected features for Python implementations