From 623acf646e3631610bfaaa9ed386f80e28a93e32 Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Wed, 12 Apr 2006 05:16:30 +0000 Subject: [PATCH] put in a reference to PEP 306 in a comment at the top --- Grammar/Grammar | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Grammar/Grammar b/Grammar/Grammar index 6c497dc917..8f248eff4a 100644 --- a/Grammar/Grammar +++ b/Grammar/Grammar @@ -7,6 +7,9 @@ # with someone who can; ask around on python-dev for help. Fred # Drake 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 -- 2.50.1