Message45924
| Author | jvr |
|---|---|
| Recipients | |
| Date | 2005-02-23.17:43:52 |
| SpamBayes Score | |
| Marked as misclassified | |
| Message-id | |
| In-reply-to |
| Content | |
|---|---|
Logged In: YES user_id=92689 > Standard library name masking is exactly what > the absolute imports PEP was seeking to fix Only in the context of submodule imports within packages. Which is _not_ at _all_ what is being described here. There is a main _script_ called email.py which wants to import the email module (that email happens to be a package is not relevant). There is _no_ relative import going on here, it just so happens that the script's parent dir is in sys.path before the std lib. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-08-23 15:37:35 | admin | link | issue946373 messages |
| 2007-08-23 15:37:35 | admin | create | |