summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-08-03 17:38:30 (GMT)
committerFred Drake <fdrake@acm.org>2000-08-03 17:38:30 (GMT)
commitcc2b81e7f3236ce8b6d0c16f17fb44fd6a28493e (patch)
tree8483194326b168e8a375d830e424550d04fec88e /Doc
parent8b168ba505eaebb93170219e1e00208f69908fa7 (diff)
downloadcpython-cc2b81e7f3236ce8b6d0c16f17fb44fd6a28493e.zip
cpython-cc2b81e7f3236ce8b6d0c16f17fb44fd6a28493e.tar.gz
cpython-cc2b81e7f3236ce8b6d0c16f17fb44fd6a28493e.tar.bz2
\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.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/texinputs/python.sty7
1 files changed, 2 insertions, 5 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty
index eed9377..579aade 100644
--- a/Doc/texinputs/python.sty
+++ b/Doc/texinputs/python.sty
@@ -750,13 +750,10 @@
\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