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
bbde5880
Kaydet (Commit)
bbde5880
authored
Eki 31, 2001
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add paragraph about difflib suggested by David Goodger
Bump version number
üst
05a56b87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
whatsnew22.tex
Doc/whatsnew/whatsnew22.tex
+11
-2
No files found.
Doc/whatsnew/whatsnew22.tex
Dosyayı görüntüle @
bbde5880
...
...
@@ -3,7 +3,7 @@
% $Id$
\title
{
What's New in Python 2.2
}
\release
{
0.0
8
}
\release
{
0.0
9
}
\author
{
A.M. Kuchling
}
\authoraddress
{
\email
{
akuchlin@mems-exchange.org
}}
\begin{document}
...
...
@@ -1148,6 +1148,15 @@ more information about XML-RPC.
generating e-mail messages. (Contributed by Barry Warsaw, and
arising out of his work on Mailman.)
\item
The
\module
{
difflib
}
module now contains a new
\class
{
Differ
}
class for producing human-readable lists of changes (a ``delta'')
between two sequences of lines of text. There are also two
generator functions,
\function
{
ndiff()
}
and
\function
{
restore()
}
,
which respectively return a delta from two sequences, or one of the
original sequences from a delta. (Grunt work contributed by David
Goodger, from ndiff.py code by Tim Peters who then did the
generatorization.)
\item
New constants
\constant
{
ascii
_
letters
}
,
\constant
{
ascii
_
lowercase
}
, and
\constant
{
ascii
_
uppercase
}
were
added to the
\module
{
string
}
module. There were several modules in
...
...
@@ -1395,7 +1404,7 @@ to experiment with these modules can uncomment them manually.
The author would like to thank the following people for offering
suggestions, corrections and assistance with various drafts of this
article: Fred Bremmer, Keith Briggs, Andrew Dalke, Fred~L. Drake, Jr.,
Carel Fellinger, Mark Hammond, Stephen Hansen, Michael Hudson, Jack
Carel Fellinger,
David Goodger,
Mark Hammond, Stephen Hansen, Michael Hudson, Jack
Jansen, Marc-Andr
\'
e Lemburg, Martin von L
\"
owis, Fredrik Lundh,
Michael McLay, Nick Mathewson, Paul Moore, Tim Peters, Jens Quade, Tom
Reinhardt, Neil Schemenauer, Guido van Rossum, Greg Ward.
...
...
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