[Python-checkins] CVS: python/dist/src/Doc/perl python.perl,1.75,1.76

Fred L. Drake python-dev@python.org
Thu, 15 Jun 2000 15:41:51 -0700


Update of /cvsroot/python/python/dist/src/Doc/perl
In directory slayer.i.sourceforge.net:/tmp/cvs-serv8153/perl

Modified Files:
	python.perl 
Log Message:

do_cmd_textasciitilde():  New function.


Index: python.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -r1.75 -r1.76
*** python.perl	2000/05/09 16:17:51	1.75
--- python.perl	2000/06/15 22:41:48	1.76
***************
*** 53,56 ****
--- 53,61 ----
  
  
+ # the older version of LaTeX2HTML we use doesn't support this, but we use it:
+ 
+ sub do_cmd_textasciitilde{ '~' . @_[0]; }
+ 
+ 
  # words typeset in a special way (not in HTML though)