[docs] [issue11173] Undocumented public APIs in Python 3.2

Georg Brandl report at bugs.python.org
Thu Feb 10 19:07:06 CET 2011


Georg Brandl <georg at python.org> added the comment:

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.

----------
nosy: +georg.brandl

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11173>
_______________________________________


More information about the docs mailing list