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 josiahcarlson
Recipients
Date 2005-02-23.19:32:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=341410

A literal reading of "Guido's Decision" in PEP 328 says that
if absolute imports were implemented, then the only thing
missing is a future import, and an __init__.py file in the
same path as email.py.

I finally got around to installing 2.4, and (unfortunately)
it seems as though absolute_import is not offered in the
__future__ module.  What happened?  I thought PEP 328 was
accepted for inclusion in 2.4.  Did someone not have the
time to write the import hook?
History
Date User Action Args
2007-08-23 15:37:36adminlinkissue946373 messages
2007-08-23 15:37:36admincreate