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

Fred L. Drake python-dev@python.org
Thu, 3 Aug 2000 10:38:34 -0700


Update of /cvsroot/python/python/dist/src/Doc/texinputs
In directory slayer.i.sourceforge.net:/tmp/cvs-serv27817/texinputs

Modified Files:
	python.sty 
Log Message:

\py@varvars:  Merge the various definitions to be the simplist one that
	does everything needed, and discard the older stuff that is not
	being used.


Index: python.sty
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/python.sty,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -r1.61 -r1.62
*** python.sty	2000/06/30 17:57:05	1.61
--- python.sty	2000/08/03 17:38:30	1.62
***************
*** 751,761 ****
  \newcommand{\newsgroup}[1]{{\small\textsf{#1}}}
  
! %\newcommand{\py@varvars}[1]{{\def\,{\/{\char`\,}}\var{#1}}}
! \newcommand{\py@varvars}[1]{%
    {\let\unspecified=\py@unspecified%
     \let\moreargs=\py@moreargs%
!    \def\,{\/{\char`\,}}\var{#1}}}
! % let's see if this breaks anything now; we may be able to simplify...
! \renewcommand{\py@varvars}[1]{\var{#1}}
  
  % I'd really like to get rid of this!
--- 751,758 ----
  \newcommand{\newsgroup}[1]{{\small\textsf{#1}}}
  
! \newcommand{\py@varvars}[1]{{%
    {\let\unspecified=\py@unspecified%
     \let\moreargs=\py@moreargs%
!    \var{#1}}}}
  
  % I'd really like to get rid of this!