'from __future__ import ...' overview

Serge Orlov sombDELETE at pobox.ru
Mon Nov 24 19:18:08 EST 2003


"Logan" <logan at phreaker.nospam> wrote in message news:pan.2003.11.25.00.09.09.285370 at phreaker.nospam...
> Is there a list with all 'from __future__ import ...' statements
> (which lists all the statements, in which version of Python the
> feature was introduced and in which version of Python it will become
> the default behavior)?
import __future__
print __future__.all_feature_names
print __future__.division

-- Serge






More information about the Python-list mailing list