[Python-checkins] CVS: python/dist/src/Doc/doc doc.tex,1.39,1.40

Fred L. Drake fdrake@users.sourceforge.net
Tue, 17 Apr 2001 22:19:08 -0700


Update of /cvsroot/python/python/dist/src/Doc/doc
In directory usw-pr-cvs1:/tmp/cvs-serv7002/doc

Modified Files:
	doc.tex 
Log Message:

Add description of the "explanation" optional parameter added to the
\versionadded macro.

Note: this should not be merged into the 2.1 maintenance branch.


Index: doc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/doc/doc.tex,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** doc.tex	2001/04/18 05:12:47	1.39
--- doc.tex	2001/04/18 05:19:06	1.40
***************
*** 841,850 ****
      \end{macrodesc}
  
!     \begin{macrodesc}{versionadded}{\p{version}}
        The version of Python which added the described feature to the
!       library or C API.  This is typically added to the end of the
!       first paragraph of the description before any availability
!       notes.  The location should be selected so the explanation makes
!       sense and may vary as needed.
      \end{macrodesc}
  
--- 841,853 ----
      \end{macrodesc}
  
!     \begin{macrodesc}{versionadded}{\op{explanation}\p{version}}
        The version of Python which added the described feature to the
!       library or C API.  \var{explanation} should be a \emph{brief}
!       explanation of the change consisting of a capitalized sentence
!       fragment; a period will be appended by the formatting process.
!       This is typically added to the end of the first paragraph of the
!       description before any availability notes.  The location should
!       be selected so the explanation makes sense and may vary as
!       needed.
      \end{macrodesc}