[Python-checkins] cpython (merge 3.5 -> default): merge from 3.5

senthil.kumaran python-checkins at python.org
Thu Jan 7 00:31:18 EST 2016


https://hg.python.org/cpython/rev/62e88e5a61c0
changeset:   99792:62e88e5a61c0
parent:      99789:97ab0ccac893
parent:      99791:ebf164b07be1
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Wed Jan 06 21:31:09 2016 -0800
summary:
  merge from 3.5

Issue16544 - Add a link to an external documentation resource in ast module docs.

files:
  Doc/library/ast.rst |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst
--- a/Doc/library/ast.rst
+++ b/Doc/library/ast.rst
@@ -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 <https://greentreesnakes.readthedocs.org/>`_, an external documentation resource, has good
+    details on working with Python ASTs.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list