diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-22 14:37:18 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-22 14:37:18 (GMT) |
commit | 8ece8041c53be45b910a1522d1617faf38256c88 (patch) | |
tree | c8b3376e01bd6d1b78f10efd8ac1dea71d720a70 /Doc/TODO | |
parent | c411fa6861ee27c4c4d6dee943588ad8a41ecad8 (diff) | |
download | cpython-8ece8041c53be45b910a1522d1617faf38256c88.zip cpython-8ece8041c53be45b910a1522d1617faf38256c88.tar.gz cpython-8ece8041c53be45b910a1522d1617faf38256c88.tar.bz2 |
Noted report of missing material in the extending & embedding manual,
as reported by Clay Spence <cspence@sarnoff.com>.
Diffstat (limited to 'Doc/TODO')
-rw-r--r-- | Doc/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ 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 <cspence@sarnoff.com>.) + * Update the pickle documentation to describe all of the current behavior; only a subset is described. __reduce__, etc. |