[Python-checkins] CVS: python/dist/src/Grammar Grammar,1.39,1.40

Fred L. Drake python-dev@python.org
Wed, 23 Aug 2000 08:45:31 -0700


Update of /cvsroot/python/python/dist/src/Grammar
In directory slayer.i.sourceforge.net:/tmp/cvs-serv17324/Grammar

Modified Files:
	Grammar 
Log Message:

Added note stating that the parser module will need updating for most
changes to this file.


Index: Grammar
===================================================================
RCS file: /cvsroot/python/python/dist/src/Grammar/Grammar,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** Grammar	2000/08/22 02:43:07	1.39
--- Grammar	2000/08/23 15:45:28	1.40
***************
*** 1,4 ****
--- 1,11 ----
  # Grammar for Python
  
+ # Note:  Changing the grammar specified in this file will most likely
+ #        require corresponding changes in the parser module
+ #        (../Modules/parsermodule.c).  If you can't make the changes to
+ #        that module yourself, please co-ordinate the required changes
+ #        with someone who can; ask around on python-dev for help.  Fred
+ #        Drake <fdrake@acm.org> will probably be listening there.
+ 
  # Commands for Kees Blom's railroad program
  #diagram:token NAME