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

Fred Drake python-dev@python.org
Mon, 10 Apr 2000 14:21:40 -0400


Update of /projects/cvsroot/python/dist/src/Doc/texinputs
In directory seahag.cnri.reston.va.us:/home/fdrake/projects/python/Doc/texinputs

Modified Files:
	python.sty 
Log Message:

cfuncdesc environment:
        When processing the optional parameter, don't append any text;
        let the pre-processor supply all of it.


Index: python.sty
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/texinputs/python.sty,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -r1.55 -r1.56
*** python.sty	2000/04/03 04:13:48	1.55
--- python.sty	2000/04/10 18:21:38	1.56
***************
*** 546,550 ****
      \item[\code{#2 \bfcode{#3}(\py@varvars{#4})}\index{#3@{\py@idxcode{#3()}}}]
      \ifx#1\@undefined\else%
!       \emph{Return value: \textbf{#1 reference}.}\\
      \fi
  }{\end{fulllineitems}}
--- 546,550 ----
      \item[\code{#2 \bfcode{#3}(\py@varvars{#4})}\index{#3@{\py@idxcode{#3()}}}]
      \ifx#1\@undefined\else%
!       \emph{Return value: \textbf{#1}.}\\
      \fi
  }{\end{fulllineitems}}