diff --git a/pep-0320.txt b/pep-0320.txt index 9fa46c14e..0ef29d5cb 100644 --- a/pep-0320.txt +++ b/pep-0320.txt @@ -54,9 +54,17 @@ Planned features for 2.4 Remove support for platforms as described in PEP 11. - Too early for anything more to get done here. + Add a module for statistical and reduction functions: + stddev, average, nlargest, nsmallest, product, etc. - Add collections package (move new builtin set stuff to here?). + 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. Ongoing tasks