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.
Created on 2009年11月26日 11:33 by ncoghlan, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg95736 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2009年11月26日 11:33 | |
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) |
|||
| msg95738 - (view) | Author: Eric V. Smith (eric.smith) * (Python committer) | Date: 2009年11月26日 11:59 | |
According to http://docs.python.org/library/imputil.html, imputil is deprecated and it has been removed in 3.x. Further, I don't see import_module in imputil (2.6 or trunk), it's just an example on that documentation page. |
|||
| msg95739 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2009年11月26日 12:10 | |
s/imputil/importlib/ Details, details... |
|||
| msg117473 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2010年09月27日 21:08 | |
Fixed in r85043. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:55 | admin | set | github: 51646 |
| 2010年09月27日 21:08:57 | brett.cannon | set | status: open -> closed resolution: fixed messages: + msg117473 |
| 2010年05月08日 23:58:10 | brett.cannon | set | assignee: georg.brandl -> brett.cannon |
| 2009年11月26日 21:21:02 | brett.cannon | set | nosy:
+ brett.cannon |
| 2009年11月26日 12:10:33 | ncoghlan | set | messages:
+ msg95739 title: __import__ docs should reference imputil.import_module -> __import__ docs should reference importlib.import_module |
| 2009年11月26日 11:59:05 | eric.smith | set | nosy:
+ eric.smith messages: + msg95738 |
| 2009年11月26日 11:33:18 | ncoghlan | create | |