Put the keywords back in alphabetical order. Apparently somebody

didn't use reswords.py, as the comment clearly states. :-(
This commit is contained in:
Guido van Rossum 2001-12-04 20:38:44 +00:00
parent 5defb1736d
commit 41c6719fe4

View file

@ -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}