Extending documentation innacuracies
Hi, While reading through the Extending and Embedding docs for Python 3.2 I've noticed something. While the "Py_InitModule" does not exists on Py3k, it is still mentioned on the docs: http://docs.python.org/py3k/extending/extending.html#keyword-parameters-for-... http://docs.python.org/py3k/extending/windows.html#a-cookbook-approach http://docs.python.org/py3k/faq/extending.html#what-does-systemerror-pyimpor... Should I report a new issue? -- Alejandro Santos http://alejolp.com.ar
On Mon, Jul 4, 2011 at 9:24 AM, Alejandro Santos <listas@alejolp.com> wrote:
Should I report a new issue?
Yes please, tracker items are the best way to get that kind of oversight cleaned up. Thanks for noticing! Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia
participants (2)
-
Alejandro Santos -
Nick Coghlan