whatsnew: more accurate deprecation section titles.
authorR David Murray <rdmurray@bitdance.com>
Sun, 9 Mar 2014 21:13:31 +0000 (17:13 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sun, 9 Mar 2014 21:13:31 +0000 (17:13 -0400)
Doc/whatsnew/3.4.rst

index 501de6524b07c894114845ecdb32701d2760236f..6913dbcd7997d380f84eba5f1e88a9c6af34b979 100644 (file)
@@ -1845,8 +1845,8 @@ when the interpreter is run with deprecation warnings enabled (for example, by
 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 @@ Deprecated Python Modules, Functions and Methods
   ``EXT_SUFFIX``.
 
 
-Deprecated Functions and Types in the C API
--------------------------------------------
+Deprecations in the C API
+-------------------------
 
 XXX: None so far