[Python-checkins] commit of r41502 - python/trunk/Tools/compiler

andrew.kuchling@python.org andrew.kuchling at python.org
Tue Nov 22 16:01:19 CET 2005


Author: andrew.kuchling
Date: Tue Nov 22 16:01:13 2005
New Revision: 41502

Modified:
   python/trunk/Tools/compiler/ast.txt
Log:
Add comment about updating docs

Modified: python/trunk/Tools/compiler/ast.txt
==============================================================================
--- python/trunk/Tools/compiler/ast.txt	(original)
+++ python/trunk/Tools/compiler/ast.txt	Tue Nov 22 16:01:13 2005
@@ -6,6 +6,9 @@
 #    !   this child is a sequence that contains nodes in it
 #    &   this child may be set to None
 #  = ... a default value for the node constructor (optional args)
+#
+# If you add node types here, please be sure to update the list of 
+# Node types in Doc/lib/asttable.tex.
 Module: doc*, node
 Stmt: nodes!
 Decorators: nodes!


More information about the Python-checkins mailing list