Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1be878

Browse files
author
Victor Stinner
committed
What's New in Python 3.3: Add a Deprecated section
1 parent 7061413 commit d1be878

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Doc/whatsnew/3.3.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -711,8 +711,11 @@ Changes to Python's build process and to the C API include:
711711

712712

713713

714+
Deprecated
715+
==========
716+
714717
Unsupported Operating Systems
715-
=============================
718+
-----------------------------
716719

717720
OS/2 and VMS are no longer supported due to the lack of a maintainer.
718721

@@ -721,7 +724,7 @@ are no longer supported due to maintenance burden.
721724

722725

723726
Deprecated Python modules, functions and methods
724-
================================================
727+
------------------------------------------------
725728

726729
* The :mod:`packaging` module replaces the :mod:`distutils` module
727730
* The ``unicode_internal`` codec has been deprecated because of the
@@ -737,7 +740,7 @@ Deprecated Python modules, functions and methods
737740

738741

739742
Deprecated functions and types of the C API
740-
===========================================
743+
-------------------------------------------
741744

742745
The :c:type:`Py_UNICODE` has been deprecated by the :pep:`393` and will be
743746
removed in Python 4. All functions using this type are deprecated:

0 commit comments

Comments
 (0)