Recommended "from __future__ import" options for Python 2.5.2?

Tim Golden mail at timgolden.me.uk
Sat Apr 12 14:54:05 EDT 2008


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



More information about the Python-list mailing list