]> granicus.if.org Git - python/commit
bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 15 Jun 2018 08:25:13 +0000 (01:25 -0700)
committerNed Deily <nad@python.org>
Tue, 26 Jun 2018 23:53:27 +0000 (19:53 -0400)
commit235d0fb93cb456701ce24fad2bc307e9f0312d73
tree417f9ec54962ef47406ec83d07587d98be003f78
parent2d1016699834afb9f88135e01b01192e4c664f7e
bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682)

(cherry picked from commit 08f127a3cad8ce4eb281d30d9488c91b0fd7cfed)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/ast.py
Lib/test/test_ast.py
Misc/NEWS.d/next/Library/2018-06-13-15-12-25.bpo-33851.SVbqlz.rst [new file with mode: 0644]