summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-12-23 21:30:06 -0500
committerR David Murray <rdmurray@bitdance.com>2013-12-23 21:30:06 -0500
commit347f9c745707e5d55d261434c4c4affc3bbb4c85 (patch)
treec5625a12650384faddbb35e460ae1e6eabd484ff /Doc
parentbcaaecfe1e23fdc49526a04d55c102be0535f94b (diff)
downloadcpython-git-347f9c745707e5d55d261434c4c4affc3bbb4c85.tar.gz
Make the 'read on' sentence cover more ground.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.4.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 9f95fdc247..45818d572c 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -146,8 +146,9 @@ 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, including
-sections on deprecations and porting issues.
+Please read on for a comprehensive list of user-facing changes, including many
+other smaller improvements, CPython optimizations, deprecations, and potential
+porting issues.
New expected features for Python implementations