As of Python 3.3, the full list of __future__ imports are:

> py> import __future__
> py> __future__.all_feature_names
> ['nested_scopes', 'generators', 'division', 'absolute_import',
> 'with_statement', 'print_function', 'unicode_literals', 'barry_as_FLUFL']
>

I prefer import antigravity , but then I lose the rest of the day ;')

-- 
Jim

Cleaning Windows 7:
Start Menu > Contol Panel > Programs and Features > Java > Uninstall
It's that easy ;')
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to