[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
- Previous message: [Python-Dev] Re: PEP 328 -- relative and multi-line import
- Next message: [Python-Dev] Re: PEP 328 -- relative and multi-line import
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Re: PEP 328 -- relative and multi-line import
- Next message: [Python-Dev] Re: PEP 328 -- relative and multi-line import
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]