From 41c6719fe4505f0f2303ce8b0c1edd1818e0a207 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 4 Dec 2001 20:38:44 +0000 Subject: Put the keywords back in alphabetical order. Apparently somebody didn't use reswords.py, as the comment clearly states. :-( --- Doc/ref/ref2.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 7faaf01..11dea96 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} -- cgit v0.12