cpython: 94b0e5e9b6e8 (original) (raw)

Mercurial > cpython

changeset 99790:94b0e5e9b6e8 3.4

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

Senthil Kumaran senthil@uthcode.com
date Wed, 06 Jan 2016 21:26:53 -0800
parents 759b2cecc289
children ebf164b07be1 4043e08e6e52
files Doc/library/ast.rst
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:: +