[issue15003] make PyNamespace_New() public
Eric Snow
report at bugs.python.org
Thu Jun 7 05:20:07 CEST 2012
Eric Snow <ericsnowcurrently at gmail.com> added the comment:
Where should the docs go for PyNamespace_New()? I looked at what's in Doc/c-api/concrete.rst (concrete.html#other-objects), and each of them points to its own page. Adding a new page for a single function seems a bit too much. :) Would it be bad to put the doc right at the end of concrete.rst? The attached patch does so.
(Also just noticed that PyStructSequence_* is not documented...)
----------
Added file: http://bugs.python.org/file25853/issue15003_public.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15003>
_______________________________________
More information about the Python-bugs-list
mailing list