Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbde588

Browse files
committed
Add paragraph about difflib suggested by David Goodger
Bump version number
1 parent 05a56b8 commit bbde588

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

Doc/whatsnew/whatsnew22.tex

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
% $Id$
44

55
\title{What's New in Python 2.2}
6-
\release{0.08}
6+
\release{0.09}
77
\author{A.M. Kuchling}
88
\authoraddress{\email{[email protected]}}
99
\begin{document}
@@ -1148,6 +1148,15 @@ \section{New and Improved Modules}
11481148
generating e-mail messages. (Contributed by Barry Warsaw, and
11491149
arising out of his work on Mailman.)
11501150

1151+
\item The \module{difflib} module now contains a new \class{Differ}
1152+
class for producing human-readable lists of changes (a ``delta'')
1153+
between two sequences of lines of text. There are also two
1154+
generator functions, \function{ndiff()} and \function{restore()},
1155+
which respectively return a delta from two sequences, or one of the
1156+
original sequences from a delta. (Grunt work contributed by David
1157+
Goodger, from ndiff.py code by Tim Peters who then did the
1158+
generatorization.)
1159+
11511160
\item New constants \constant{ascii_letters},
11521161
\constant{ascii_lowercase}, and \constant{ascii_uppercase} were
11531162
added to the \module{string} module. There were several modules in
@@ -1395,7 +1404,7 @@ \section{Acknowledgements}
13951404
The author would like to thank the following people for offering
13961405
suggestions, corrections and assistance with various drafts of this
13971406
article: Fred Bremmer, Keith Briggs, Andrew Dalke, Fred~L. Drake, Jr.,
1398-
Carel Fellinger, Mark Hammond, Stephen Hansen, Michael Hudson, Jack
1407+
Carel Fellinger, David Goodger, Mark Hammond, Stephen Hansen, Michael Hudson, Jack
13991408
Jansen, Marc-Andr\'e Lemburg, Martin von L\"owis, Fredrik Lundh,
14001409
Michael McLay, Nick Mathewson, Paul Moore, Tim Peters, Jens Quade, Tom
14011410
Reinhardt, Neil Schemenauer, Guido van Rossum, Greg Ward.

0 commit comments

Comments
 (0)