diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-04-12 05:16:30 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-04-12 05:16:30 (GMT) |
commit | 623acf646e3631610bfaaa9ed386f80e28a93e32 (patch) | |
tree | 025fc21bdeb71b20ceeae3a4d945ce61115d478f /Grammar | |
parent | 1bd7127fec0ce73bdf5256ecd4da812753c6f85f (diff) | |
download | cpython-623acf646e3631610bfaaa9ed386f80e28a93e32.zip cpython-623acf646e3631610bfaaa9ed386f80e28a93e32.tar.gz cpython-623acf646e3631610bfaaa9ed386f80e28a93e32.tar.bz2 |
put in a reference to PEP 306 in a comment at the top
Diffstat (limited to 'Grammar')
-rw-r--r-- | Grammar/Grammar | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Grammar/Grammar b/Grammar/Grammar index 6c497dc..8f248ef 100644 --- a/Grammar/Grammar +++ b/Grammar/Grammar @@ -7,6 +7,9 @@ # with someone who can; ask around on python-dev for help. Fred # Drake <fdrake@acm.org> will probably be listening there. +# NOTE WELL: You should also follow all the steps listed in PEP 306, +# "How to Change Python's Grammar" + # Commands for Kees Blom's railroad program #diagram:token NAME #diagram:token NUMBER |