diff options
author | Fred Drake <fdrake@acm.org> | 2000-08-23 15:45:28 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-08-23 15:45:28 (GMT) |
commit | abca14d8e27bd2ed831dd92ad57998034a2c1efd (patch) | |
tree | 5bf2974111d4ff703f355e699383c9c5fdc23d7d /Grammar | |
parent | 85bf3bb44afe996cd806e3be8f82b40ddbe11bc3 (diff) | |
download | cpython-abca14d8e27bd2ed831dd92ad57998034a2c1efd.zip cpython-abca14d8e27bd2ed831dd92ad57998034a2c1efd.tar.gz cpython-abca14d8e27bd2ed831dd92ad57998034a2c1efd.tar.bz2 |
Added note stating that the parser module will need updating for most
changes to this file.
Diffstat (limited to 'Grammar')
-rw-r--r-- | Grammar/Grammar | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Grammar/Grammar b/Grammar/Grammar index dd12b6d..df4faa7 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 <fdrake@acm.org> will probably be listening there. + # Commands for Kees Blom's railroad program #diagram:token NAME #diagram:token NUMBER |