[Python-checkins] cpython: Mention deprecation and porting sections in intro.

r.david.murray python-checkins at python.org
Mon Dec 23 03:15:44 CET 2013


http://hg.python.org/cpython/rev/6836d6200674
changeset:   88143:6836d6200674
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun Dec 22 21:09:16 2013 -0500
summary:
  Mention deprecation and porting sections in intro.

files:
  Doc/whatsnew/3.4.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 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
@@ -136,7 +136,8 @@
 * 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

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


More information about the Python-checkins mailing list