[Tutor] A slight bug in IDLE

Jim Mooney cybervigilante at gmail.com
Mon Jul 15 01:18:30 CEST 2013


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 ;')
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20130714/ae940348/attachment.html>


More information about the Tutor mailing list