Malcolm Greene wrote: > Is there a consolidated list of "from __future__ import" options to > choose from?
Well, that bit's easy: import __future__ print __future__.all_feature_names TJG -- http://mail.python.org/mailman/listinfo/python-list
Malcolm Greene wrote: > Is there a consolidated list of "from __future__ import" options to > choose from?
Well, that bit's easy: import __future__ print __future__.all_feature_names TJG -- http://mail.python.org/mailman/listinfo/python-list