[Python-checkins] python/nondist/peps pep-0320.txt,1.3,1.4
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Wed Jan 7 00:23:47 EST 2004
Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv32456
Modified Files:
pep-0320.txt
Log Message:
Patch #870500: Correct description of sorted() feature.
Fix typo.
Index: pep-0320.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0320.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pep-0320.txt 8 Dec 2003 00:40:21 -0000 1.3
--- pep-0320.txt 7 Jan 2004 05:23:45 -0000 1.4
***************
*** 32,40 ****
PEP 322 Reverse Iteration
! Encapsulate the decorate-sort-undecorate patten in a keyword for
list.sort().
! Added a classmethod called list.sorted() which may be used in
! expressions.
The itertools module has two new functions, tee() and groupby().
--- 32,39 ----
PEP 322 Reverse Iteration
! Encapsulate the decorate-sort-undecorate pattern in a keyword for
list.sort().
! Added a builtin called sorted() which may be used in expressions.
The itertools module has two new functions, tee() and groupby().
More information about the Python-checkins
mailing list