Add some ideas from Raymond

This commit is contained in:
Neal Norwitz 2007-02-24 16:36:15 +00:00
parent 407214f90d
commit 91f95b4e77
1 changed files with 10 additions and 0 deletions

View File

@ -234,6 +234,13 @@ To be removed:
in favor of always using threading.py.)
* UserXyz classes, in favour of XyzMixins.
* Remove the unreliable empty() and full() methods from Queue.py?
* Remove jumpahead() from the random API?
* Make the primative for random be something generating random bytes
rather than random floats?
* Get rid of Cookie.SerialCookie and Cookie.SmartCookie?
* Modify the heapq.heapreplace() API to compare the new value to the top
of the heap?
Outstanding Issues
==================
@ -321,6 +328,9 @@ References
.. [24] python-3000 email ("Pre-peps on raise and except changes")
http://mail.python.org/pipermail/python-3000/2007-February/005672.html
.. [25] python-3000 email ("Py3.0 Library Ideas")
http://mail.python.org/pipermail/python-3000/2007-February/005726.html
.. [#sys-module] Python docs (sys -- System-specific parameters and functions)
http://docs.python.org/lib/module-sys.html