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 mwh
Recipients
Date 2005-02-23.18:53:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6656

> Absolute imports will also fix that.

No it won't!  The directory containing email.py is on sys.path, at the front.  
So "import email" will find it.

> What in this entire problem is not solved by absolute
> imports with its changed import semantic that already exists
> in Python 2.4?

Nothing at all is solved by a change that isn't in Python 2.4!

I still think this bug should be closed won't fix.
History
Date User Action Args
2007-08-23 15:37:35adminlinkissue946373 messages
2007-08-23 15:37:35admincreate