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
5e824c37
Kaydet (Commit)
5e824c37
authored
Agu 12, 2001
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF patch #445412 extract ndiff functionality to difflib, from
David Goodger.
üst
39f77bc9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
0 deletions
+8
-0
difflib.py
Lib/difflib.py
+0
-0
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+7
-0
ndiff.py
Tools/scripts/ndiff.py
+0
-0
No files found.
Lib/difflib.py
Dosyayı görüntüle @
5e824c37
This diff is collapsed.
Click to expand it.
Misc/ACKS
Dosyayı görüntüle @
5e824c37
...
...
@@ -144,6 +144,7 @@ Harry Henry Gebel
Thomas Gellekum
Ben Gertzfield
Jonathan Giddy
David Goodger
Hans de Graaff
Duncan Grisby
Dag Gruneau
...
...
Misc/NEWS
Dosyayı görüntüle @
5e824c37
...
...
@@ -3,6 +3,9 @@ What's New in Python 2.2a2?
Tests
- regrtest.py now knows which tests are expected to be skipped on some
platforms, allowing to give clearer test result output.
- Several new tests in the standard test suite, with special thanks to
Nick Mathewson.
...
...
@@ -14,6 +17,10 @@ Core
Library
- New class Differ and new functions ndiff() and restore() in difflib.py.
These package the algorithms used by the popular Tools/scripts/ndiff.py,
for progammatic reuse.
- New function xml.sax.saxutils.quoteattr(): Quote an XML attribute
value using the minimal quoting required for the value; more
reliable than using xml.sax.saxutils.escape() for attribute values.
...
...
Tools/scripts/ndiff.py
Dosyayı görüntüle @
5e824c37
This diff is collapsed.
Click to expand it.
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