From: Guido van Rossum Date: Tue, 4 Dec 2001 20:38:44 +0000 (+0000) Subject: Put the keywords back in alphabetical order. Apparently somebody X-Git-Tag: v2.2.1c1~554 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41c6719fe4505f0f2303ce8b0c1edd1818e0a207;p=python Put the keywords back in alphabetical order. Apparently somebody didn't use reswords.py, as the comment clearly states. :-( --- diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 7faaf01daf..11dea968d1 100644 --- a/Doc/ref/ref2.tex +++ b/Doc/ref/ref2.tex @@ -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}