diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-12-24 02:30:06 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-12-24 02:30:06 (GMT) |
commit | 347f9c745707e5d55d261434c4c4affc3bbb4c85 (patch) | |
tree | c5625a12650384faddbb35e460ae1e6eabd484ff /Doc | |
parent | bcaaecfe1e23fdc49526a04d55c102be0535f94b (diff) | |
download | cpython-347f9c745707e5d55d261434c4c4affc3bbb4c85.zip cpython-347f9c745707e5d55d261434c4c4affc3bbb4c85.tar.gz cpython-347f9c745707e5d55d261434c4c4affc3bbb4c85.tar.bz2 |
Make the 'read on' sentence cover more ground.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 9f95fdc..45818d5 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 |