This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients docs@python, eli.bendersky, georg.brandl, lemburg, pitrou, vstinner
Date 2011-02-10.18:07:06
SpamBayes Score 0.00040196226
Marked as misclassified No
Message-id <1297361226.71.0.981888594423.issue11173@psf.upfronthosting.co.za>
In-reply-to
Content
In fact, most of the functions are documented.  (Mark S. apparently referred to the "What's new" document when talking about "documented" functions.)

Missing are:

PyAST_CompileEx (because PyAST_Compile wasn't documented either)
PyStructSequence_*
PyType_FromSpec

and the PyThread one which Antoine already mentioned.
History
Date User Action Args
2011-02-10 18:07:06georg.brandlsetrecipients: + georg.brandl, lemburg, pitrou, vstinner, eli.bendersky, docs@python
2011-02-10 18:07:06georg.brandlsetmessageid: <1297361226.71.0.981888594423.issue11173@psf.upfronthosting.co.za>
2011-02-10 18:07:06georg.brandllinkissue11173 messages
2011-02-10 18:07:06georg.brandlcreate