Remove items that have been done or are being tracked in the SourceForge
bug tracker.
This commit is contained in:
parent
283b352d48
commit
251ebe7d30
10
Doc/TODO
10
Doc/TODO
|
@ -6,10 +6,6 @@ General
|
||||||
|
|
||||||
* Figure out HTMLHelp generation for the Windows world.
|
* Figure out HTMLHelp generation for the Windows world.
|
||||||
|
|
||||||
* Straighten out random/whrandom. Things are generally in the right
|
|
||||||
place, but need to respond to comments in email from Jan Kim
|
|
||||||
<kim@mpiz-koeln.mpg.de>.
|
|
||||||
|
|
||||||
|
|
||||||
Python/C API
|
Python/C API
|
||||||
------------
|
------------
|
||||||
|
@ -45,13 +41,9 @@ Reference Manual
|
||||||
* Document new comparison support for recursive objects (lang. ref.?
|
* Document new comparison support for recursive objects (lang. ref.?
|
||||||
library ref.? (cmp() function). [Jeremy Hylton]
|
library ref.? (cmp() function). [Jeremy Hylton]
|
||||||
|
|
||||||
* Augmented assignment. [Thomas Wouters]
|
|
||||||
|
|
||||||
Library Reference
|
Library Reference
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
* urllib2 module reference. [Jeremy Hylton]
|
|
||||||
|
|
||||||
* Update the pickle documentation to describe all of the current
|
* Update the pickle documentation to describe all of the current
|
||||||
behavior; only a subset is described. __reduce__, etc. Partial
|
behavior; only a subset is described. __reduce__, etc. Partial
|
||||||
update submitted by Jim Kerr <jbkerr@sr.hp.com>.
|
update submitted by Jim Kerr <jbkerr@sr.hp.com>.
|
||||||
|
@ -59,8 +51,6 @@ Library Reference
|
||||||
* Update the httplib documentation to match Greg Stein's HTTP/1.1
|
* Update the httplib documentation to match Greg Stein's HTTP/1.1
|
||||||
support and new classes. (Greg, this is yours!)
|
support and new classes. (Greg, this is yours!)
|
||||||
|
|
||||||
* SSL support in the socket module is not documented.
|
|
||||||
|
|
||||||
Tutorial
|
Tutorial
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue