[Python-checkins] CVS: python/dist/src/Doc/perl python.perl,1.65.2.7,1.65.2.8

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Thu, 16 Mar 2000 11:38:59 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc/perl
In directory weyr:/home/fdrake/projects/python/Doc-152p2/perl

Modified Files:
      Tag: release152p1-patches
	python.perl 
Log Message:

Revert change that supposedly fixed the tables-with-different-alignments
problem; it failed.  ;(


Index: python.perl
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.65.2.7
retrieving revision 1.65.2.8
diff -C2 -r1.65.2.7 -r1.65.2.8
*** python.perl	2000/03/14 18:45:22	1.65.2.7
--- python.perl	2000/03/16 16:38:56	1.65.2.8
***************
*** 955,959 ****
  	   . "\n    </thead>"
  	   . "\n  <tbody valign='baseline'>"
!            . translate_commands($_)
  	   . "\n    </tbody>"
  	   . "\n</table>";
--- 955,959 ----
  	   . "\n    </thead>"
  	   . "\n  <tbody valign='baseline'>"
!            . $_
  	   . "\n    </tbody>"
  	   . "\n</table>";
***************
*** 994,998 ****
  	   . "\n    </thead>"
  	   . "\n  <tbody valign='baseline'>"
! 	   . translate_commands($_)
  	   . "\n    </tbody>"
  	   . "\n</table>";
--- 994,998 ----
  	   . "\n    </thead>"
  	   . "\n  <tbody valign='baseline'>"
! 	   . $_
  	   . "\n    </tbody>"
  	   . "\n</table>";
***************
*** 1037,1041 ****
  	   . "\n    </thead>"
  	   . "\n  <tbody valign='baseline'>"
! 	   . translate_commands($_)
  	   . "\n    </tbody>"
  	   . "\n</table>";
--- 1037,1041 ----
  	   . "\n    </thead>"
  	   . "\n  <tbody valign='baseline'>"
! 	   . $_
  	   . "\n    </tbody>"
  	   . "\n</table>";