Index: python.sty =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/python.sty,v retrieving revision 1.113 diff -u -F^f -r1.113 python.sty --- python.sty 24 Mar 2005 06:21:38 -0000 1.113 +++ python.sty 17 Sep 2005 11:58:21 -0000 @@ -592,14 +592,12 @@ \newcommand{\py@unspecified}{...} -\newlength{\py@argswidth} -\newcommand{\py@sigparams}[1]{% - \parbox[t]{\py@argswidth}{\py@varvars{#1}\code{)}}} \newcommand{\py@sigline}[2]{% - \settowidth{\py@argswidth}{#1\code{(}}% - \addtolength{\py@argswidth}{-2\py@argswidth}% - \addtolength{\py@argswidth}{\textwidth}% - \item[#1\code{(}\py@sigparams{#2}]} + \settowidth{\@tempdimb}{#1\code{(}}% + \setlength{\@tempdima}{\textwidth} + \addtolength{\@tempdima}{\leftmargin} + \item[{\parbox[b]{\@tempdima}{\raggedright\hangafter1\hangindent\@tempdimb #1\code{(}\py@varvars{#2}\code{)}}}]% +} % C functions ------------------------------------------------------------ % \begin{cfuncdesc}[refcount]{type}{name}{arglist}