summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-12-23 02:09:16 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-12-23 02:09:16 (GMT)
commit3f122d6f44d2cdf0a806fa8019d58ea24cfdf070 (patch)
tree49c260d941745a229fdc40855720786bf4fc5515 /Doc
parentf85b2a8dc7eabb35598dffbc6a80c393eb68138e (diff)
downloadcpython-3f122d6f44d2cdf0a806fa8019d58ea24cfdf070.zip
cpython-3f122d6f44d2cdf0a806fa8019d58ea24cfdf070.tar.gz
cpython-3f122d6f44d2cdf0a806fa8019d58ea24cfdf070.tar.bz2
Mention deprecation and porting sections in intro.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.4.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index a084d55..90175c5 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
<whatsnew-marshal-3>` (: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