[Python-checkins] CVS: python/dist/src/Doc/perl python.perl,1.117,1.118

Fred L. Drake fdrake@users.sourceforge.net
Tue, 12 Mar 2002 18:44:52 -0800


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

Modified Files:
	python.perl 
Log Message:
Change the way \textasciitilde is implemented so it works more consistently
(dropping tildes into data that still goes through LaTeX-like processing is
a bad idea).


Index: python.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.117
retrieving revision 1.118
diff -C2 -d -r1.117 -r1.118
*** python.perl	5 Mar 2002 04:04:06 -0000	1.117
--- python.perl	13 Mar 2002 02:44:50 -0000	1.118
***************
*** 86,90 ****
  # the older version of LaTeX2HTML we use doesn't support this, but we use it:
  
! sub do_cmd_textasciitilde{ '~' . @_[0]; }
  sub do_cmd_textasciicircum{ '^' . @_[0]; }
  sub do_cmd_textbar{ '|' . @_[0]; }
--- 86,90 ----
  # the older version of LaTeX2HTML we use doesn't support this, but we use it:
  
! sub do_cmd_textasciitilde{ '~' . @_[0]; }
  sub do_cmd_textasciicircum{ '^' . @_[0]; }
  sub do_cmd_textbar{ '|' . @_[0]; }