From: Fred Drake Date: Wed, 23 Aug 2000 15:45:28 +0000 (+0000) Subject: Added note stating that the parser module will need updating for most X-Git-Tag: v2.0b1~301 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=abca14d8e27bd2ed831dd92ad57998034a2c1efd;p=thirdparty%2FPython%2Fcpython.git Added note stating that the parser module will need updating for most changes to this file. --- diff --git a/Grammar/Grammar b/Grammar/Grammar index dd12b6d5832f..df4faa760ace 100644 --- a/Grammar/Grammar +++ b/Grammar/Grammar @@ -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 will probably be listening there. + # Commands for Kees Blom's railroad program #diagram:token NAME #diagram:token NUMBER