Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e39dab6

Browse files
committed
Organized a little bit; merged in some items from the 1.5.2p2 branch that
did not get handled.
1 parent e7aa5dc commit e39dab6

1 file changed

Lines changed: 46 additions & 16 deletions

File tree

Doc/TODO

Lines changed: 46 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
22
===============================
33

4+
General
5+
-------
6+
7+
* Figure out HTMLHelp generation for the Windows world.
8+
9+
* Straighten out random/whrandom. Things are generally in the right
10+
place, but need to respond to comments in email from Jan Kim
11+
12+
13+
14+
Python/C API
15+
------------
416

517
* The "Very High Level Interface" in the API document has been
618
requested; I guess it wouldn't hurt to fill in a bit there. Request
@@ -9,33 +21,50 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
921
* Describe implementing types in C, including use of the 'self'
1022
parameter to the method implementation function. (Missing material
1123
mentioned in the Extending & Embedding manual, section 1.1; problem
12-
reported by Clay Spence <[email protected]>.)
24+
reported by Clay Spence <[email protected]>.) Heavily impacts one
25+
chapter of the Python/C API manual.
26+
27+
* Missing PyArg_ParseTuple(), PyArg_ParseTupleAndKeywords(),
28+
Py_BuildValue(). Information requested by Greg Kochanski
29+
<[email protected]>. PyEval_EvalCode() has also been requested.
30+
31+
Extending & Embedding
32+
---------------------
33+
34+
* More information is needed about building dynamically linked
35+
extensions in C++. Specifically, the extensions must be linked
36+
against the C++ libraries (and possibly runtime). Also noted by
37+
Albert Hofkamp <[email protected]>.
1338

14-
* In the extensions manual, more information is needed about building
15-
dynamically linked extensions in C++. Specifically, the extensions
16-
must be linked against the C++ libraries (and possibly runtime).
17-
Also noted by Albert Hofkamp <[email protected]>.
39+
Reference Manual
40+
----------------
1841

19-
* Python/C API reference missing PyArg_ParseTuple(),
20-
PyArg_ParseTupleAndKeywords(), Py_BuildValue(). Information
21-
requested by Greg Kochanski <[email protected]>. PyEval_EvalCode()
22-
has also been requested.
42+
* Document the Extended Call Syntax in the language reference.
43+
[Jeremy Hylton]
44+
45+
* Document new comparison support for recursive objects (lang. ref.?
46+
library ref.? (cmp() function). [Jeremy Hylton]
47+
48+
Library Reference
49+
-----------------
50+
51+
* urllib2 module reference. [Jeremy Hylton]
2352

2453
* Update the pickle documentation to describe all of the current
2554
behavior; only a subset is described. __reduce__, etc. Partial
2655
update submitted by Jim Kerr <[email protected]>.
2756

2857
* Update the code/codeop module documentation.
2958

30-
* Figure out HTMLHelp generation for the Windows world.
31-
32-
* Straighten out random/whrandom.
33-
34-
* Update the filecmp documentation (Moshe?).
35-
3659
* Update the httplib documentation to match Greg Stein's HTTP/1.1
3760
support and new classes. (Greg, this is yours!)
3861

62+
Tutorial
63+
--------
64+
65+
* Update tutorial to use string methods and talk about backward
66+
compatibility of same.
67+
3968

4069
NOT WORTH THE TROUBLE
4170
---------------------
@@ -45,7 +74,8 @@ NOT WORTH THE TROUBLE
4574
<[email protected]>. This one will be hard; probably not
4675
really worth the pain. (Only an issue at all when a header-letter
4776
and the first index entry get separated -- can change as soon as we
48-
change the index entries in the text.)
77+
change the index entries in the text.) Also only a problem in the
78+
print version.
4979

5080
* Fix problem with howto documents getting the last module synopsis
5181
twice (in \localmoduletable) so we can get rid of the ugly 'uniq'

0 commit comments

Comments
 (0)