]> granicus.if.org Git - python/commitdiff
Added note stating that the parser module will need updating for most
authorFred Drake <fdrake@acm.org>
Wed, 23 Aug 2000 15:45:28 +0000 (15:45 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 23 Aug 2000 15:45:28 +0000 (15:45 +0000)
changes to this file.

Grammar/Grammar

index dd12b6d5832fb44b2f53313cfe60b0caabd2eb4e..df4faa760ace362a8967819004db2063ed640485 100644 (file)
@@ -1,5 +1,12 @@
 # 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
 #diagram:token NUMBER