From: Andrew M. Kuchling Date: Tue, 22 Nov 2005 15:01:13 +0000 (+0000) Subject: Add comment about updating docs X-Git-Tag: v2.5a0~1129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6d4b68254b9c30dfd63feebba423669d38a6d69;p=thirdparty%2FPython%2Fcpython.git Add comment about updating docs --- diff --git a/Tools/compiler/ast.txt b/Tools/compiler/ast.txt index a235b99d6429..f2c0c999f5e1 100644 --- a/Tools/compiler/ast.txt +++ b/Tools/compiler/ast.txt @@ -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!