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 2008年10月27日 05:57 by brandonbloom, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg75251 - (view) | Author: Brandon Bloom (brandonbloom) | Date: 2008年10月27日 05:57 | |
I have a package with a module called "email". If I try to use the standard email package, it fails to load email.Utils because email.LazyImporter is looking in my email module instead of the top- level email package. |
|||
| msg77494 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2008年12月10日 08:30 | |
No patch has been proposed, so the issue is not eligible for 2.5.3. |
|||
| msg124734 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2010年12月27日 20:28 | |
LazyImporter isn't used in Python3. Without someone motivated to propose a patch this isn't going to be changed, so I'm closing the issue. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:40 | admin | set | github: 48462 |
| 2010年12月27日 20:28:18 | r.david.murray | set | status: open -> closed nosy: loewis, barry, brandonbloom, r.david.murray messages: + msg124734 resolution: wont fix stage: resolved |
| 2010年05月05日 13:50:53 | barry | set | assignee: barry -> r.david.murray nosy: + r.david.murray |
| 2008年12月10日 08:30:26 | loewis | set | nosy:
+ loewis messages: + msg77494 versions: + Python 2.6, - Python 2.5.3 |
| 2008年10月27日 15:53:09 | benjamin.peterson | set | assignee: barry nosy: + barry |
| 2008年10月27日 05:57:20 | brandonbloom | create | |