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

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


https://hg.python.org/cpython/rev/ebf164b07be1
changeset:   99791:ebf164b07be1
branch:      3.5
parent:      99788:eab349b5c6d7
parent:      99790:94b0e5e9b6e8
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Wed Jan 06 21:30:30 2016 -0800
summary:
  merge from 3.4

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