[Python-Dev] Re: PEP 328 -- relative and multi-line import

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 i_am_absolutely_resolved_about_my_imports
> 
> 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