Kaydet (Commit) d1be878d authored tarafından Victor Stinner's avatar Victor Stinner

What's New in Python 3.3: Add a Deprecated section

üst 70614131
...@@ -711,8 +711,11 @@ Changes to Python's build process and to the C API include: ...@@ -711,8 +711,11 @@ Changes to Python's build process and to the C API include:
Deprecated
==========
Unsupported Operating Systems Unsupported Operating Systems
============================= -----------------------------
OS/2 and VMS are no longer supported due to the lack of a maintainer. 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. ...@@ -721,7 +724,7 @@ are no longer supported due to maintenance burden.
Deprecated Python modules, functions and methods Deprecated Python modules, functions and methods
================================================ ------------------------------------------------
* The :mod:`packaging` module replaces the :mod:`distutils` module * The :mod:`packaging` module replaces the :mod:`distutils` module
* The ``unicode_internal`` codec has been deprecated because of the * The ``unicode_internal`` codec has been deprecated because of the
...@@ -737,7 +740,7 @@ Deprecated Python modules, functions and methods ...@@ -737,7 +740,7 @@ Deprecated Python modules, functions and methods
Deprecated functions and types of the C API Deprecated functions and types of the C API
=========================================== -------------------------------------------
The :c:type:`Py_UNICODE` has been deprecated by the :pep:`393` and will be 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: removed in Python 4. All functions using this type are deprecated:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment