[Python-Dev] Re: PEP 328 -- relative and multi-line import (original) (raw)

Bill Janssen janssen at parc.com
Mon Apr 12 18:05:58 EDT 2004


E.g. if I could put in email/init.py something like:

from future import iamabsolutelyresolvedaboutmyimports then I'd expect PEP 328 semantics in package email and all subpackages. Older packages wouldn't have this declaration and would operate under the old rules.

Sounds like a good idea to me.

Bill



More information about the Python-Dev mailing list