12 Apr
2004
12 Apr
'04
5:05 p.m.
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