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.

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:35adminlinkissue946373 messages
2007-08-23 15:37:35admincreate