Add some ideas from Raymond
This commit is contained in:
parent
407214f90d
commit
91f95b4e77
10
pep-3100.txt
10
pep-3100.txt
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue