[Python-checkins] r45294 - python/trunk/Grammar/Grammar

anthony.baxter python-checkins at python.org
Wed Apr 12 07:16:31 CEST 2006


Author: anthony.baxter
Date: Wed Apr 12 07:16:30 2006
New Revision: 45294

Modified:
   python/trunk/Grammar/Grammar
Log:
put in a reference to PEP 306 in a comment at the top

Modified: python/trunk/Grammar/Grammar
==============================================================================
--- python/trunk/Grammar/Grammar	(original)
+++ python/trunk/Grammar/Grammar	Wed Apr 12 07:16:30 2006
@@ -7,6 +7,9 @@
 #        with someone who can; ask around on python-dev for help.  Fred
 #        Drake <fdrake at 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


More information about the Python-checkins mailing list