Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b6c26e

Browse files
committed
Issue #13248: NEWS and What's New items
1 parent d502a07 commit 2b6c26e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Doc/whatsnew/3.4.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,9 @@ Unsupported Operating Systems
185185
Deprecated 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

191193
Deprecated functions and types of the C API

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,6 +1461,8 @@ Core and Builtins
14611461
Library
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

0 commit comments

Comments
 (0)