[Python-checkins] CVS: python/dist/src/Doc/perl python.perl,1.116,1.116.4.1

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


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

Modified Files:
      Tag: release22-maint
	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.116
retrieving revision 1.116.4.1
diff -C2 -d -r1.116 -r1.116.4.1
*** python.perl	14 Dec 2001 22:50:05 -0000	1.116
--- python.perl	13 Mar 2002 02:45:58 -0000	1.116.4.1
***************
*** 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]; }