commit | 73cbe7a01a22d02dbe1ec841e8779c775cad3d08 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue May 29 12:04:55 2018 +0300 |
committer | GitHub <noreply@github.com> | Tue May 29 12:04:55 2018 +0300 |
tree | 0c39a8adb1cebdfc95cc991223c6c278fb13100a | |
parent | 2179022d94937d7b0600b0dc192ca6fa5f53d830 [diff] |
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) 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>