[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
2000年3月16日 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>";

AltStyle によって変換されたページ (->オリジナル) /