Misc updates

This commit is contained in:
Raymond Hettinger 2004-01-13 17:46:25 +00:00
parent f13bf0f88c
commit 8250e1411e
1 changed files with 10 additions and 2 deletions

View File

@ -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