[Python-checkins] CVS: python/dist/src/Doc/texinputs python.sty,1.80,1.80.2.1

Guido van Rossum gvanrossum@users.sourceforge.net
Mon, 20 Aug 2001 20:05:19 -0700


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

Modified Files:
      Tag: r22a2-branch
	python.sty 
Log Message:
Merge the Docs from the trunk for the last time.

Index: python.sty
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/python.sty,v
retrieving revision 1.80
retrieving revision 1.80.2.1
diff -C2 -d -r1.80 -r1.80.2.1
*** python.sty	2001/08/03 18:36:17	1.80
--- python.sty	2001/08/21 03:05:17	1.80.2.1
***************
*** 868,871 ****
--- 868,872 ----
  
  
+ \newcommand{\grammartoken}[1]{\texttt{#1}}
  \newenvironment{productionlist}[1][\py@badkey]{
    \def\optional##1{{\Large[}##1{\Large]}}
***************
*** 873,876 ****
--- 874,878 ----
    \def\orgroup##1{{\def\or{\textbar\ }##1}}
    \def\token##1{##1}
+   \let\grammartoken=\token
    \begin{center}
      \begin{tabular}{lcl}