New submission from Stefan Behnel <sco...@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@python
components: Documentation
messages: 158412
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14594>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to