mirror of https://github.com/python/cpython
whitespace
This commit is contained in:
parent
96a0a46353
commit
0bb1251e1a
|
@ -359,10 +359,11 @@ exactly as written here:
|
||||||
.. versionchanged:: 2.5
|
.. versionchanged:: 2.5
|
||||||
Using :keyword:`as` and :keyword:`with` as identifiers triggers a warning. To
|
Using :keyword:`as` and :keyword:`with` as identifiers triggers a warning. To
|
||||||
use them as keywords, enable the ``with_statement`` future feature .
|
use them as keywords, enable the ``with_statement`` future feature .
|
||||||
|
|
||||||
.. versionchanged:: 2.6
|
.. versionchanged:: 2.6
|
||||||
:keyword:`as` and :keyword:`with` are full keywords.
|
:keyword:`as` and :keyword:`with` are full keywords.
|
||||||
|
|
||||||
|
|
||||||
.. _id-classes:
|
.. _id-classes:
|
||||||
|
|
||||||
Reserved classes of identifiers
|
Reserved classes of identifiers
|
||||||
|
|
Loading…
Reference in New Issue