From: Fred Drake Date: Mon, 22 Feb 1999 14:37:18 +0000 (+0000) Subject: Noted report of missing material in the extending & embedding manual, X-Git-Tag: v1.5.2c1~293 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ece8041c53be45b910a1522d1617faf38256c88;p=thirdparty%2FPython%2Fcpython.git Noted report of missing material in the extending & embedding manual, as reported by Clay Spence . --- diff --git a/Doc/TODO b/Doc/TODO index f1820003ad18..2c0fc580d1d7 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 .) + * Update the pickle documentation to describe all of the current behavior; only a subset is described. __reduce__, etc.