]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
\py@varvars: Merge the various definitions to be the simplist one that
authorFred Drake <fdrake@acm.org>
Thu, 3 Aug 2000 17:38:30 +0000 (17:38 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 3 Aug 2000 17:38:30 +0000 (17:38 +0000)
does everything needed, and discard the older stuff that is not
being used.

Doc/texinputs/python.sty

index eed9377a10dc87fe02082e644d1cdd0fd3b6be04..579aadee494170efa41826504d79299761ff5d6d 100644 (file)
 \newcommand{\email}[1]{{\small\textsf{#1}}}
 \newcommand{\newsgroup}[1]{{\small\textsf{#1}}}
 
-%\newcommand{\py@varvars}[1]{{\def\,{\/{\char`\,}}\var{#1}}}
-\newcommand{\py@varvars}[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}}
+   \var{#1}}}}
 
 % I'd really like to get rid of this!
 \newif\iftexi\texifalse