[Python-checkins] python/nondist/peps pep-0320.txt,1.5,1.6
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Tue Jan 13 12:46:28 EST 2004
Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv5266
Modified Files:
pep-0320.txt
Log Message:
Misc updates
Index: pep-0320.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0320.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pep-0320.txt 13 Jan 2004 11:08:00 -0000 1.5
--- pep-0320.txt 13 Jan 2004 17:46:25 -0000 1.6
***************
*** 55,61 ****
Remove support for platforms as described in PEP 11.
! Too early for anything more to get done here.
! Add collections package (move new builtin set stuff to here?).
--- 55,69 ----
Remove support for platforms as described in PEP 11.
! Add a module for statistical and reduction functions:
! stddev, average, nlargest, nsmallest, product, etc.
! Add collections package:
! - deque/queue (suggested by Raymond)
! - BTrees (suggested by Tim)
! - ? bag (only if use cases established)
! - ? heap (with a min/max option flag, a key= option,
! and implemented as a fibonacci heap)
!
! Possibly add 'diff3' and 'patch' functions to the difflib module.
More information about the Python-checkins
mailing list