[Python-Dev] cpython: Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular. (original) (raw)
Terry Reedy tjreedy at udel.edu
Fri Mar 22 00:37:57 CET 2013
- Previous message: [Python-Dev] cpython: Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.
- Next message: [Python-Dev] IDLE in the stdlib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 3/21/2013 2:23 PM, R. David Murray wrote:
On Thu, 21 Mar 2013 01:19:42 -0400, Terry Reedy <tjreedy at udel.edu> wrote:
How does this look? Is
replacement
right? Should the subsequent sm by itself be marked? If so, how?* :meth:
difflib.SequenceMatcher.isbjunk
and :meth:difflib.SequenceMatcher.isbpopular
: usex in sm.bjunk
andx in sm.bpopular
, where sm is a SequenceMatcher object. Looks fine to me. A link on SequenceMatcher probably isn't necessary, but might be handy. If you want to add it it would be :class:~difflib.SequenceMatcher
.
Committed and pushed.
-- Terry Jan Reedy
- Previous message: [Python-Dev] cpython: Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.
- Next message: [Python-Dev] IDLE in the stdlib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]