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
``EXT_SUFFIX``.
-Deprecated Functions and Types in the C API
--------------------------------------------
+Deprecations in the C API
+-------------------------
XXX: None so far