[Python-checkins] python/dist/src/Doc/perl python.perl,1.133,1.134

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 08 Jul 2003 08:57:54 -0700


Update of /cvsroot/python/python/dist/src/Doc/perl
In directory sc8-pr-cvs1:/tmp/cvs-serv2334

Modified Files:
	python.perl 
Log Message:
Improve compatibility with more versions of LaTeX2HTML and more LaTeX
markup.  Not currently needed, but easier to save this now than to
have to figure it out when we do.


Index: python.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.133
retrieving revision 1.134
diff -C2 -d -r1.133 -r1.134
*** python.perl	4 Feb 2003 15:01:37 -0000	1.133
--- python.perl	8 Jul 2003 15:57:52 -0000	1.134
***************
*** 90,93 ****
--- 90,94 ----
  sub do_cmd_textasciicircum{ '^' . $_[0]; }
  sub do_cmd_textbar{ '|' . $_[0]; }
+ sub do_cmd_texteuro { '€' . $_[0]); }
  sub do_cmd_textgreater{ '>' . $_[0]; }
  sub do_cmd_textless{ '<' . $_[0]; }