[Python-checkins] CVS: python/dist/src/Doc/ref ref2.tex,1.32,1.33

Guido van Rossum gvanrossum@users.sourceforge.net
Tue, 04 Dec 2001 12:38:46 -0800


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv24790

Modified Files:
	ref2.tex 
Log Message:
Put the keywords back in alphabetical order.  Apparently somebody
didn't use reswords.py, as the comment clearly states. :-(


Index: ref2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref2.tex,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** ref2.tex	2001/11/28 07:26:15	1.32
--- ref2.tex	2001/12/04 20:38:44	1.33
***************
*** 266,271 ****
  assert    elif      from      lambda    return   
  break     else      global    not       try      
! class     except    if        or        yield    
! continue  exec      import    pass      while
  def       finally   in        print              
  \end{verbatim}
--- 266,271 ----
  assert    elif      from      lambda    return   
  break     else      global    not       try      
! class     except    if        or        while    
! continue  exec      import    pass      yield    
  def       finally   in        print              
  \end{verbatim}