[docs] [issue14594] document imp.load_dynamic()

Stefan Behnel report at bugs.python.org
Mon Apr 16 13:44:44 CEST 2012


New submission from Stefan Behnel <scoder at users.sourceforge.net>:

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.

----------
assignee: docs at python
components: Documentation
messages: 158412
nosy: docs at python, scoder
priority: normal
severity: normal
status: open
title: document imp.load_dynamic()
type: behavior
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14594>
_______________________________________


More information about the docs mailing list