]> granicus.if.org Git - python/commitdiff
#14413: tweak word order in deprecation section
authorR David Murray <rdmurray@bitdance.com>
Mon, 26 Mar 2012 17:34:46 +0000 (13:34 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 26 Mar 2012 17:34:46 +0000 (13:34 -0400)
Doc/whatsnew/3.3.rst

index 6646b6163de83465ed8155d55b5772a9811ce9f9..ee1f8a96d1654fb24b8f63ae41bbceda88ec19bd 100644 (file)
@@ -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``)