Deprecated Python modules, functions and methods
------------------------------------------------
-* None yet.
+* :meth:`difflib.SequenceMatcher.isbjunk` and
+ :meth:`difflib.SequenceMatcher.isbpopulur`: use ``x in sm.bjunk`` and
+ ``x in sm.bpopular``, where sm is a :class:`~difflib.SequenceMatcher` object.
Deprecated functions and types of the C API
Library
-------
+- Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.
+
- Issue #13370: Ensure that ctypes works on Mac OS X when Python is compiled
using the clang compiler.