
report at bugs
Nov 26, 2009, 3:33 AM
Post #1 of 2
(181 views)
Permalink
|
|
[issue7397] __import__ docs should reference imputil.import_module
|
|
New submission from Nick Coghlan <ncoghlan [at] gmail>: Fairly straightforward one - __import__ is no longer the preferred tool for doing runtime imports, so its documentation should point to imputil.import_module (this is a little more than just a "see also", some of the existing wording in the first few paragraphs should also be tweaked) ---------- assignee: georg.brandl components: Documentation keywords: easy messages: 95736 nosy: georg.brandl, ncoghlan severity: normal status: open title: __import__ docs should reference imputil.import_module versions: Python 2.7, Python 3.2 _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue7397> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|