Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
f027a204
Kaydet (Commit)
f027a204
authored
Mar 19, 2013
tarafından
Terry Jan Reedy
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.
üst
ca038562
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
difflib.py
Lib/difflib.py
+0
-14
No files found.
Lib/difflib.py
Dosyayı görüntüle @
f027a204
...
...
@@ -336,20 +336,6 @@ class SequenceMatcher:
for
elt
in
popular
:
# ditto; as fast for 1% deletion
del
b2j
[
elt
]
def
isbjunk
(
self
,
item
):
"Deprecated; use 'item in SequenceMatcher().bjunk'."
warnings
.
warn
(
"'SequenceMatcher().isbjunk(item)' is deprecated;
\n
"
"use 'item in SMinstance.bjunk' instead."
,
DeprecationWarning
,
2
)
return
item
in
self
.
bjunk
def
isbpopular
(
self
,
item
):
"Deprecated; use 'item in SequenceMatcher().bpopular'."
warnings
.
warn
(
"'SequenceMatcher().isbpopular(item)' is deprecated;
\n
"
"use 'item in SMinstance.bpopular' instead."
,
DeprecationWarning
,
2
)
return
item
in
self
.
bpopular
def
find_longest_match
(
self
,
alo
,
ahi
,
blo
,
bhi
):
"""Find longest matching block in a[alo:ahi] and b[blo:bhi].
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment