Commit 8ece8041 authored by Fred Drake's avatar Fred Drake

Noted report of missing material in the extending & embedding manual,

as reported by Clay Spence <cspence@sarnoff.com>.
parent c411fa68
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment