-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Expand file tree
/
Copy pathTODO
More file actions
21 lines (15 loc) · 884 Bytes
/
TODO
File metadata and controls
21 lines (15 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
===============================
* Describe implementing types in C, including use of the 'self'
parameter to the method implementation function. (Missing material
mentioned in the Extending & Embedding manual, section 1.1; problem
reported by Clay Spence <[email protected]>.)
* Update the pickle documentation to describe all of the current
behavior; only a subset is described. __reduce__, etc.
* In the indexes, some subitem entries are separated from the item
entries by column- or page-breaks. Reported by Lorenzo M. Catucci
<[email protected]>. This one will be hard.
* Fix problem with howto documents getting the last module synopsis
twice (in \localmoduletable) so we can get rid of the ugly 'uniq'
hack in tools/mkhowto.sh.
* Figure out HTMLHelp generation for the Windows world.