Re: [Python-Dev] Extending documentation innacuracies

2011-07-03 Thread Nick Coghlan
On Mon, Jul 4, 2011 at 9:24 AM, Alejandro Santos 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   |   ncogh...@gmail.com   |   Brisbane, Australia

[Python-Dev] Extending documentation innacuracies

2011-07-03 Thread Alejandro Santos
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-extension-functions http://docs.pytho