]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a little more support for describing version information. This
authorFred Drake <fdrake@acm.org>
Wed, 20 Jun 2001 21:17:09 +0000 (21:17 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 20 Jun 2001 21:17:09 +0000 (21:17 +0000)
is not pretty, but does what is needed.

Doc/texinputs/python.sty

index 35f7727959c08d0eab0c6d042c71fdabc6ad8571..e4c60b834b14abeaca76a448fa7e0191d3647bcf 100644 (file)
 \newcommand{\py@release}{}
 \newcommand{\version}{}
 \newcommand{\shortversion}{}
+\newcommand{\releaseinfo}{}
 \newcommand{\releasename}{Release}
 \newcommand{\release}[1]{%
   \renewcommand{\py@release}{\releasename\space\version}%
   \renewcommand{\version}{#1}}
 \newcommand{\setshortversion}[1]{%
   \renewcommand{\shortversion}{#1}}
+\newcommand{\setreleaseinfo}[1]{%
+  \renewcommand{\releaseinfo}{#1}}
 
 % Allow specification of the author's address separately from the
 % author's name.  This can be used to format them differently, which