[Python-checkins] CVS: python/dist/src/Doc/perl python.perl,1.108,1.109

Fred L. Drake fdrake@users.sourceforge.net
Mon, 20 Aug 2001 14:36:40 -0700


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

Modified Files:
	python.perl 
Log Message:
New \grammartoken markup, similar to \token but allowed everywhere.


Index: python.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -d -r1.108 -r1.109
*** python.perl	2001/08/16 21:56:24	1.108
--- python.perl	2001/08/20 21:36:38	1.109
***************
*** 717,720 ****
--- 717,724 ----
  }
  
+ sub do_cmd_grammartoken{
+     return do_cmd_token(@_);
+ }
+ 
  sub do_env_productionlist{
      local($_) = @_;