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 brett.cannon
Recipients brett.cannon, docs@python, memeplex
Date 2020-09-11.22:16:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599862587.93.0.192842886156.issue25509@roundup.psfhosted.org>
In-reply-to
Content
https://github.com/python/cpython/blob/45b34a04a577aa49fa4825421758c3e8eaa1625d/Python/import.c#L1474-L1485 shows that the docs could be simplified to point out that `PyImport_ImportModule()` is a wrapper around `PyImport_Import()` which takes `const char *`.
History
Date User Action Args
2020-09-11 22:16:27brett.cannonsetrecipients: + brett.cannon, memeplex, docs@python
2020-09-11 22:16:27brett.cannonsetmessageid: <1599862587.93.0.192842886156.issue25509@roundup.psfhosted.org>
2020-09-11 22:16:27brett.cannonlinkissue25509 messages
2020-09-11 22:16:27brett.cannoncreate