diff options
author | Fred Drake <fdrake@acm.org> | 2002-03-15 22:36:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-03-15 22:36:55 (GMT) |
commit | 03efe0399ca57f28eb55d76003a1f2627f66ccea (patch) | |
tree | 988475341f534f406669e08dc5fedfa70318014e | |
parent | 85895a5d536527a76e5204ad0d4cb3c20ef05555 (diff) | |
download | cpython-03efe0399ca57f28eb55d76003a1f2627f66ccea.zip cpython-03efe0399ca57f28eb55d76003a1f2627f66ccea.tar.gz cpython-03efe0399ca57f28eb55d76003a1f2627f66ccea.tar.bz2 |
Make the release status obvious in the title area.
-rw-r--r-- | Doc/texinputs/howto.cls | 2 | ||||
-rw-r--r-- | Doc/texinputs/manual.cls | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/texinputs/howto.cls b/Doc/texinputs/howto.cls index 899b4ae..5fc7a70 100644 --- a/Doc/texinputs/howto.cls +++ b/Doc/texinputs/howto.cls @@ -61,7 +61,7 @@ }} \begin{flushright} {\rm\Huge\py@HeaderFamily \@title} \par - {\em\large\py@HeaderFamily \py@release} \par + {\em\large\py@HeaderFamily \py@release\releaseinfo} \par \vspace{25pt} {\Large\py@HeaderFamily \@author} \par \vspace{25pt} diff --git a/Doc/texinputs/manual.cls b/Doc/texinputs/manual.cls index 789cae1..49693e6 100644 --- a/Doc/texinputs/manual.cls +++ b/Doc/texinputs/manual.cls @@ -75,7 +75,7 @@ }} \begin{flushright}% {\rm\Huge\py@HeaderFamily \@title \par}% - {\em\LARGE\py@HeaderFamily \py@release \par} + {\em\LARGE\py@HeaderFamily \py@release\releaseinfo \par} \vfill {\LARGE\py@HeaderFamily \@author \par} \vfill\vfill |