cpython: 62e88e5a61c0 (original) (raw)

Mercurial > cpython

changeset 99792:62e88e5a61c0

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

Senthil Kumaran senthil@uthcode.com
date Wed, 06 Jan 2016 21:31:09 -0800
parents 97ab0ccac893(current diff)ebf164b07be1(diff)
children 2902f32d1ae9
files
diffstat 1 files changed, 5 insertions(+), 0 deletions(-)[+] [-] Doc/library/ast.rst 5

line wrap: on

line diff

--- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst @@ -249,3 +249,8 @@ and classes for traversing abstract synt 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:: +