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.

classification
Title: Document PyImport_GetImporter
Type: Stage:
Components: Documentation Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: belopolsky, christian.heimes, georg.brandl
Priority: low Keywords: patch

Created on 2008-02-22 05:34 by belopolsky, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doc-import.diff belopolsky, 2008-02-22 05:34
Messages (3)
msg62678 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2008-02-22 05:34
See attached patch.
msg62682 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-02-22 09:55
Thanks :)
msg64281 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-03-21 20:55
Thanks, committed as r61718.
History
Date User Action Args
2022-04-11 14:56:31adminsetgithub: 46413
2008-03-21 20:55:52georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg64281
2008-02-22 09:55:27christian.heimessetpriority: low
assignee: georg.brandl
messages: + msg62682
keywords: + patch
nosy: + georg.brandl, christian.heimes
2008-02-22 05:34:44belopolskycreate