diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-03-26 17:34:46 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-03-26 17:34:46 (GMT) |
commit | 4a1ad9148bd8b3899e4aba5320fda28129e3d1ad (patch) | |
tree | 0fadb4b280a024b688ff625aaa3dfa1a83e82fa6 /Doc/whatsnew | |
parent | 38a12af36a2ffb67796eadfbe1d83497a859b775 (diff) | |
download | cpython-4a1ad9148bd8b3899e4aba5320fda28129e3d1ad.zip cpython-4a1ad9148bd8b3899e4aba5320fda28129e3d1ad.tar.gz cpython-4a1ad9148bd8b3899e4aba5320fda28129e3d1ad.tar.bz2 |
#14413: tweak word order in deprecation section
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 6646b61..ee1f8a9 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -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``) |