mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Put the keywords back in alphabetical order. Apparently somebody
didn't use reswords.py, as the comment clearly states. :-(
This commit is contained in:
parent
5defb1736d
commit
41c6719fe4
1 changed files with 2 additions and 2 deletions
|
@ -265,8 +265,8 @@ identifiers. They must be spelled exactly as written here:%
|
|||
and del for is raise
|
||||
assert elif from lambda return
|
||||
break else global not try
|
||||
class except if or yield
|
||||
continue exec import pass while
|
||||
class except if or while
|
||||
continue exec import pass yield
|
||||
def finally in print
|
||||
\end{verbatim}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue