diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-12-08 23:10:41 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-12-08 23:10:41 (GMT) |
commit | d1be878d7b59ab48157b75b52d2684ba09731e59 (patch) | |
tree | bc2d0813e2b1999b693e428c4ae772a07c7de5d5 /Doc | |
parent | 706141316a31384803be9207b6065e79c8c9889c (diff) | |
download | cpython-d1be878d7b59ab48157b75b52d2684ba09731e59.zip cpython-d1be878d7b59ab48157b75b52d2684ba09731e59.tar.gz cpython-d1be878d7b59ab48157b75b52d2684ba09731e59.tar.bz2 |
What's New in Python 3.3: Add a Deprecated section
Diffstat (limited to 'Doc')
-rw-r--r-- | 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 index 528b097..97150e1 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -711,8 +711,11 @@ Changes to Python's build process and to the C API include: +Deprecated +========== + Unsupported Operating Systems -============================= +----------------------------- OS/2 and VMS are no longer supported due to the lack of a maintainer. @@ -721,7 +724,7 @@ are no longer supported due to maintenance burden. 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 Python modules, functions and methods 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: |