Home
last modified time | relevance | path

Searched refs:nested_scopes (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_future1.py4 from __future__ import nested_scopes, nested_scopes
Dbadsyntax_future5.py2 from __future__ import nested_scopes
4 from __future__ import nested_scopes
Dbadsyntax_future7.py3 from __future__ import nested_scopes; import string; from __future__ import \
4 nested_scopes
Dbadsyntax_future9.py3 from __future__ import nested_scopes, braces
Dbadsyntax_future6.py3 from __future__ import nested_scopes
Dbadsyntax_future4.py3 from __future__ import nested_scopes
Dtest_future2.py3 from __future__ import nested_scopes; import string
Dbadsyntax_future3.py2 from __future__ import nested_scopes
Dtest_future3.py1 from __future__ import nested_scopes
/external/python/cpython2/Lib/
D__future__.py102 nested_scopes = _Feature((2, 1, 0, "beta", 1), variable
/external/python/cpython2/Doc/library/
D__future__.rst69 | nested_scopes | 2.1.0b1 | 2.2 | :pep:`227`: |
/external/python/cpython2/Doc/reference/
Dsimple_stmts.rst890 ``nested_scopes`` and ``with_statement``. ``generators``, ``with_statement``,
891 ``nested_scopes`` are redundant in Python version 2.6 and above because they are
/external/python/cpython2/Doc/whatsnew/
D2.1.rst141 from __future__ import nested_scopes
D2.2.rst842 enabled by a ``from __future__ import nested_scopes`` directive. In 2.2 nested
/external/python/cpython2/Misc/
DHISTORY7666 nested_scopes") is completed; in particular, the future now extends
7737 to support the nested_scopes future statement. The variants all end
7772 per-module basis by adding "from __future__ import nested_scopes" at