[Python-checkins] cpython: What's New in Python 3.3: Add a Deprecated section

victor.stinner python-checkins at python.org
Fri Dec 9 00:08:38 CET 2011


http://hg.python.org/cpython/rev/0846fc6bf6a8
changeset:   73897:0846fc6bf6a8
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Fri Dec 09 00:10:41 2011 +0100
summary:
  What's New in Python 3.3: Add a Deprecated section

files:
  Doc/whatsnew/3.3.rst |  9 ++++++---
  1 files changed, 6 insertions(+), 3 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -711,8 +711,11 @@
 
 
 
+Deprecated
+==========
+
 Unsupported Operating Systems
-=============================
+-----------------------------
 
 OS/2 and VMS are no longer supported due to the lack of a maintainer.
 
@@ -721,7 +724,7 @@
 
 
 Deprecated Python modules, functions and methods
-================================================
+------------------------------------------------
 
 * The :mod:`packaging` module replaces the :mod:`distutils` module
 * The ``unicode_internal`` codec has been deprecated because of the
@@ -737,7 +740,7 @@
 
 
 Deprecated functions and types of the C API
-===========================================
+-------------------------------------------
 
 The :c:type:`Py_UNICODE` has been deprecated by the :pep:`393` and will be
 removed in Python 4. All functions using this type are deprecated:

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


More information about the Python-checkins mailing list