Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abca14d

Browse files
committed
Added note stating that the parser module will need updating for most
changes to this file.
1 parent 85bf3bb commit abca14d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Grammar/Grammar

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Grammar for Python
22

3+
# Note: Changing the grammar specified in this file will most likely
4+
# require corresponding changes in the parser module
5+
# (../Modules/parsermodule.c). If you can't make the changes to
6+
# that module yourself, please co-ordinate the required changes
7+
# with someone who can; ask around on python-dev for help. Fred
8+
# Drake <[email protected]> will probably be listening there.
9+
310
# Commands for Kees Blom's railroad program
411
#diagram:token NAME
512
#diagram:token NUMBER

0 commit comments

Comments
 (0)