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 scoder
Recipients docs@python, scoder
Date 2012-04-16.11:44:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334576684.12.0.825511182603.issue14594@psf.upfronthosting.co.za>
In-reply-to
Content
The imp.load_dynamic() function is used by third party code (e.g. Cython's pyximport) but is not currently documented.

http://docs.python.org/dev/library/imp.html

The latest changes to the import mechanism suggest that it should better be documented to give a hint that users can rely on it.
History
Date User Action Args
2012-04-16 11:44:44scodersetrecipients: + scoder, docs@python
2012-04-16 11:44:44scodersetmessageid: <1334576684.12.0.825511182603.issue14594@psf.upfronthosting.co.za>
2012-04-16 11:44:43scoderlinkissue14594 messages
2012-04-16 11:44:43scodercreate