[Python-checkins] cpython: Make the 'read on' sentence cover more ground.

r.david.murray python-checkins at python.org
Tue Dec 24 17:13:08 CET 2013


http://hg.python.org/cpython/rev/c690f13fdd1e
changeset:   88165:c690f13fdd1e
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Dec 23 21:30:06 2013 -0500
summary:
  Make the 'read on' sentence cover more ground.

files:
  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
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -146,8 +146,9 @@
 * 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list