File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,7 +185,9 @@ Unsupported Operating Systems
185185Deprecated Python modules, functions and methods
186186------------------------------------------------
187187
188- * None yet.
188+ * :meth: `difflib.SequenceMatcher.isbjunk ` and
189+ :meth: `difflib.SequenceMatcher.isbpopulur `: use ``x in sm.bjunk `` and
190+ ``x in sm.bpopular ``, where sm is a :class: `~difflib.SequenceMatcher ` object.
189191
190192
191193Deprecated functions and types of the C API
Original file line number Diff line number Diff line change @@ -1461,6 +1461,8 @@ Core and Builtins
14611461Library
14621462-------
14631463
1464+ - Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.
1465+
14641466- Issue #13370: Ensure that ctypes works on Mac OS X when Python is compiled
14651467 using the clang compiler.
14661468
You can’t perform that action at this time.
0 commit comments