summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-22 14:37:18 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-22 14:37:18 (GMT)
commit8ece8041c53be45b910a1522d1617faf38256c88 (patch)
treec8b3376e01bd6d1b78f10efd8ac1dea71d720a70
parentc411fa6861ee27c4c4d6dee943588ad8a41ecad8 (diff)
downloadcpython-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>.
-rw-r--r--Doc/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/TODO b/Doc/TODO
index f182000..2c0fc58 100644
--- a/Doc/TODO
+++ b/Doc/TODO
@@ -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.