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 hnhn
Recipients docs@python, hnhn
Date 2017-06-13.14:40:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497364809.31.0.0904265199441.issue30656@psf.upfronthosting.co.za>
In-reply-to
Content
The doc for PyModule_New() refers to "PyImport_NewObject()", while it should refer to "PyModule_NewObject()":

https://docs.python.org/3.6/c-api/module.html#c.PyModule_New
History
Date User Action Args
2017-06-13 14:40:09hnhnsetrecipients: + hnhn, docs@python
2017-06-13 14:40:09hnhnsetmessageid: <1497364809.31.0.0904265199441.issue30656@psf.upfronthosting.co.za>
2017-06-13 14:40:09hnhnlinkissue30656 messages
2017-06-13 14:40:09hnhncreate