[Python-checkins] CVS: python/dist/src/Doc/perl python.perl,1.98.2.3,1.98.2.4

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


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

Modified Files:
      Tag: release21-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.98.2.3
retrieving revision 1.98.2.4
diff -C2 -d -r1.98.2.3 -r1.98.2.4
*** python.perl	22 Jun 2001 15:51:28 -0000	1.98.2.3
--- python.perl	13 Mar 2002 02:46:17 -0000	1.98.2.4
***************
*** 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]; }
  
--- 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]; }