[Python-checkins] cpython: #14413: tweak word order in deprecation section

r.david.murray python-checkins at python.org
Mon Mar 26 19:34:55 CEST 2012


http://hg.python.org/cpython/rev/c407db9120e9
changeset:   75949:c407db9120e9
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Mar 26 13:34:46 2012 -0400
summary:
  #14413: tweak word order in deprecation section

files:
  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
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1118,7 +1118,8 @@
 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``)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list