]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Noted report of missing material in the extending & embedding manual,
authorFred Drake <fdrake@acm.org>
Mon, 22 Feb 1999 14:37:18 +0000 (14:37 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 22 Feb 1999 14:37:18 +0000 (14:37 +0000)
as reported by Clay Spence <cspence@sarnoff.com>.

Doc/TODO

index f1820003ad18cea6edcc26019a9fbf06e00b105f..2c0fc580d1d721eb8e400afc355f9f73b68557ec 100644 (file)
--- 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.