commit | 2641ee5040abb090e66e4ff80c33b76729b36e75 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue May 29 10:49:10 2018 +0300 |
committer | GitHub <noreply@github.com> | Tue May 29 10:49:10 2018 +0300 |
tree | 8f37d0577e1fb981b1fb0ce97b79f3c75446cffd | |
parent | eca085993cb8620ba9232560f46d91326a13cdd2 [diff] |
bpo-32911: Revert bpo-29463. (GH-7121) Remove the docstring attribute of AST types and restore docstring expression as a first stmt in their body. Co-authored-by: INADA Naoki <methane@users.noreply.github.com>