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
fc0280f6
Kaydet (Commit)
fc0280f6
authored
Kas 12, 2010
tarafından
Terry Reedy
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#2986 Correct and duplicate version-added message
üst
5b1c5377
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
difflib.rst
Doc/library/difflib.rst
+4
-1
No files found.
Doc/library/difflib.rst
Dosyayı görüntüle @
fc0280f6
...
@@ -45,7 +45,7 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
...
@@ -45,7 +45,7 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
the purpose of sequence matching. This heuristic can be turned off by setting
the purpose of sequence matching. This heuristic can be turned off by setting
the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
.. versionadded:: 2.7
.. versionadded:: 2.7
.1
The *autojunk* parameter.
The *autojunk* parameter.
.. class:: Differ
.. class:: Differ
...
@@ -363,6 +363,9 @@ The :class:`SequenceMatcher` class has this constructor:
...
@@ -363,6 +363,9 @@ The :class:`SequenceMatcher` class has this constructor:
The optional argument *autojunk* can be used to disable the automatic junk
The optional argument *autojunk* can be used to disable the automatic junk
heuristic.
heuristic.
.. versionadded:: 2.7.1
The *autojunk* parameter.
:class:`SequenceMatcher` objects have the following methods:
:class:`SequenceMatcher` objects have the following methods:
...
...
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