mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
#14413: tweak word order in deprecation section
This commit is contained in:
parent
38a12af36a
commit
4a1ad9148b
1 changed files with 2 additions and 1 deletions
|
@ -1118,7 +1118,8 @@ are no longer supported due to maintenance burden.
|
|||
Deprecated Python modules, functions and methods
|
||||
------------------------------------------------
|
||||
|
||||
* The :mod:`packaging` module replaces the :mod:`distutils` module
|
||||
* The :mod:`distutils` modules has been deprecated. Use the new
|
||||
:mod:`packaging` module instead.
|
||||
* The ``unicode_internal`` codec has been deprecated because of the
|
||||
:pep:`393`, use UTF-8, UTF-16 (``utf-16-le`` or ``utf-16-be``), or UTF-32
|
||||
(``utf-32-le`` or ``utf-32-be``)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue