[Python-checkins] cpython: whatsnew: more accurate deprecation section titles.

r.david.murray python-checkins at python.org
Sun Mar 9 23:50:29 CET 2014


http://hg.python.org/cpython/rev/4d9e0a6b0ddc
changeset:   89538:4d9e0a6b0ddc
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun Mar 09 17:13:31 2014 -0400
summary:
  whatsnew: more accurate deprecation section titles.

files:
  Doc/whatsnew/3.4.rst |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1845,8 +1845,8 @@
 using ``-Wd``).
 
 
-Deprecated Python Modules, Functions and Methods
-------------------------------------------------
+Deprecations in the Python API
+------------------------------
 
 * :meth:`difflib.SequenceMatcher.isbjunk` and
   :meth:`difflib.SequenceMatcher.isbpopular` were removed: use ``x in sm.bjunk`` and
@@ -1910,8 +1910,8 @@
   ``EXT_SUFFIX``.
 
 
-Deprecated Functions and Types in the C API
--------------------------------------------
+Deprecations in the C API
+-------------------------
 
 XXX: None so far
 

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


More information about the Python-checkins mailing list