[Python-Dev] RE: Nested scopes resolution -- you can breathe again!

Fredrik Lundh fredrik at pythonware.com
Wed Feb 23 04:55:05 EST 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-list mailing list