Kaydet (Commit) 2450c1d5 authored tarafından R David Murray's avatar R David Murray

whatsnew: more accurate deprecation section titles.

üst 336fd7f7
...@@ -1845,8 +1845,8 @@ when the interpreter is run with deprecation warnings enabled (for example, by ...@@ -1845,8 +1845,8 @@ when the interpreter is run with deprecation warnings enabled (for example, by
using ``-Wd``). using ``-Wd``).
Deprecated Python Modules, Functions and Methods Deprecations in the Python API
------------------------------------------------ ------------------------------
* :meth:`difflib.SequenceMatcher.isbjunk` and * :meth:`difflib.SequenceMatcher.isbjunk` and
:meth:`difflib.SequenceMatcher.isbpopular` were removed: use ``x in sm.bjunk`` and :meth:`difflib.SequenceMatcher.isbpopular` were removed: use ``x in sm.bjunk`` and
...@@ -1910,8 +1910,8 @@ Deprecated Python Modules, Functions and Methods ...@@ -1910,8 +1910,8 @@ Deprecated Python Modules, Functions and Methods
``EXT_SUFFIX``. ``EXT_SUFFIX``.
Deprecated Functions and Types in the C API Deprecations in the C API
------------------------------------------- -------------------------
XXX: None so far XXX: None so far
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment