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

Fred Drake python-dev@python.org
Tue, 2 May 2000 13:43:46 -0400


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

Modified Files:
	doc.tex 
Log Message:

Added descriptions of \versionadded and \versionchanged.


Index: doc.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/doc/doc.tex,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** doc.tex	2000/04/11 19:08:30	1.19
--- doc.tex	2000/05/02 17:43:44	1.20
***************
*** 572,575 ****
--- 572,595 ----
      \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}
+ 
+     \begin{macrodesc}{versionchanged}{\op{explanation}\p{version}}
+       The version of Python in which the named feature was changed in
+       some way (new parameters, changed side effects, etc.).
+       \var{explanation} should be a \emph{brief} explanation of the
+       change consisting of a non-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 and after
+       \macro{versionadded}.  The location should be selected so the
+       explanation makes sense and may vary as needed.
+     \end{macrodesc}
+ 
  
    \subsection{Module-specific Markup}