[Python-Dev] RE: Nested scopes resolution -- you can breathe again!
Fredrik Lundh
fredrik at pythonware.com
Wed Feb 23 04:55:05 EST 2005
More information about the Python-list mailing list
Wed Feb 23 04:55:05 EST 2005
- Previous message (by thread): Working FTP server based on Twisted framework.
- Next message (by thread): how can I make this script shorter?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Working FTP server based on Twisted framework.
- Next message (by thread): how can I make this script shorter?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list