[Python-checkins] CVS: python/dist/src/Doc/perl python.perl,1.92,1.93

Fred L. Drake python-dev@python.org
Thu, 14 Dec 2000 10:36:17 -0800


Update of /cvsroot/python/python/dist/src/Doc/perl
In directory slayer.i.sourceforge.net:/tmp/cvs-serv25938

Modified Files:
	python.perl 
Log Message:

For the title page, insert the package version number before the date.
This makes the title area more like the title are of the top-level
index, and puts the information more people are interested in first.


Index: python.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -r1.92 -r1.93
*** python.perl	2000/11/30 07:17:27	1.92
--- python.perl	2000/12/14 18:36:12	1.93
***************
*** 1279,1287 ****
      }
      if ($t_date) {
! 	$the_title .= "\n<p><strong>$t_date</strong>";
  	if ($PACKAGE_VERSION) {
! 	    $the_title .= "<br><strong>Release $PACKAGE_VERSION</strong>";
          }
! 	$the_title .= "</p>"
      }
      if ($t_address) {
--- 1279,1287 ----
      }
      if ($t_date) {
! 	$the_title .= "\n<p>";
  	if ($PACKAGE_VERSION) {
! 	    $the_title .= "<strong>Release $PACKAGE_VERSION</strong><br>\n";
          }
! 	$the_title .= "<strong>$t_date</strong></p>"
      }
      if ($t_address) {