[Python-Dev] RE: Nested scopes resolution -- you can breathe again!
Fredrik Lundh
fredrik@pythonware.com
Wed Feb 23 15:55:05 CET 2005
Mikael Olofsson wrote:
> There really is a time machine. So I guess I can get the full Python 3k
> functionality by doing
>
> from __future__ import *
I wouldn't do that: it imports both "warnings_are_errors" and
"from_import_star_is_evil", and we've found that it's impossible
to catch ParadoxErrors in a platform independent way.
Cheers /F
More information about the Python-Dev
mailing list