(original) (raw)
changeset: 99792:62e88e5a61c0 parent: 99789:97ab0ccac893 parent: 99791:ebf164b07be1 user: Senthil Kumaran senthil@uthcode.com date: Wed Jan 06 21:31:09 2016 -0800 description: merge from 3.5 Issue16544 - Add a link to an external documentation resource in ast module docs. diff -r 97ab0ccac893 -r 62e88e5a61c0 Doc/library/ast.rst --- a/Doc/library/ast.rst Wed Jan 06 11:37:52 2016 -0800 +++ b/Doc/library/ast.rst Wed Jan 06 21:31:09 2016 -0800 @@ -249,3 +249,8 @@ wanted *annotate_fields* must be set to ``False``. Attributes such as line numbers and column offsets are not dumped by default. If this is wanted, *include_attributes* can be set to ``True``. + +.. seealso:: + + `Green Tree Snakes `_, an external documentation resource, has good + details on working with Python ASTs./senthil@uthcode.com