Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dfuture_test1.py4 from __future__ import nested_scopes, nested_scopes
Dbadsyntax_future7.py3 from __future__ import nested_scopes; import string; from __future__ import \
4 nested_scopes
Dbadsyntax_future5.py2 from __future__ import nested_scopes
4 from __future__ import nested_scopes
Dbadsyntax_future6.py3 from __future__ import nested_scopes
Dbadsyntax_future9.py3 from __future__ import nested_scopes, braces
Dbadsyntax_future4.py3 from __future__ import nested_scopes
Dfuture_test2.py3 from __future__ import nested_scopes; import site
Dbadsyntax_future3.py2 from __future__ import nested_scopes
Dtest_future3.py1 from __future__ import nested_scopes
/third_party/python/Lib/
D__future__.py109 nested_scopes = _Feature((2, 1, 0, "beta", 1), variable
/third_party/python/Doc/library/
D__future__.rst69 | nested_scopes | 2.1.0b1 | 2.2 | :pep:`227`: |
/third_party/python/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
/third_party/python/Doc/reference/
Dsimple_stmts.rst886 ``print_function``, ``nested_scopes`` and ``with_statement``. They are
/third_party/python/Misc/
DHISTORY25045 nested_scopes") is completed; in particular, the future now extends
25116 to support the nested_scopes future statement. The variants all end
25151 per-module basis by adding "from __future__ import nested_scopes" at