]> granicus.if.org Git - python/commitdiff
\versionadded,
authorFred Drake <fdrake@acm.org>
Mon, 27 Jul 1998 20:32:33 +0000 (20:32 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 27 Jul 1998 20:32:33 +0000 (20:32 +0000)
\versionchanged:  New macros.

Doc/texinputs/python.sty

index 891efeb695d877c41352595cd4ccc0620b275c00..2e0a7d2fae990c44025c64a90a650bf9e3beb62e 100644 (file)
 % second is the action the should be taken by users of the feature.
 %
 % Example:
-%
 %  \deprecated{1.5.1}{Use \method{frobnicate()} instead.}
 %
 \newcommand{\deprecated}[2]{%
   \strong{Deprecated since release #1.}  #2\par}
 
+% New stuff.
+% This should be used to mark things which have been added to the
+% development tree but that aren't in the release, but are documented.
+% This allows release of documentation that already includes updated
+% descriptions.
+%
+% Example:
+%  \versionadded{1.5.2}
+%
+\newcommand{\versionadded}[1]{%
+  \strong{New in version #1.}\par}
+\newcommand{\versionchanged}[1]{%
+  \strong{Changed in version #1.}\par}
+
 
+% Tables.
+%
 \newenvironment{tableii}[4]{%
   \begin{center}%
     \def\lineii##1##2{\csname#2\endcsname{##1}&##2\\}%
 }{\par}
 
 
-% Allow the release number to be specified independently of the
+% Allow the Python release number to be specified independently of the
 % \date{}.  This allows the date to reflect the document's date and
 % release to specify the Python release that is documented.
 %