commit | 397b96f6d7a89f778ebc0591e32216a8183fe667 | [log] [tgz] |
---|---|---|
author | Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com> | Sun Mar 01 23:12:17 2020 +0300 |
committer | GitHub <noreply@github.com> | Sun Mar 01 20:12:17 2020 +0000 |
tree | bca7cb5940e1a5cb1cdc80b3578a238dfac318d1 | |
parent | 185903de12de8837bf0dc0008a16e5e56c66a019 [diff] |
bpo-38870: Implement a precedence algorithm in ast.unparse (GH-17377) Implement a simple precedence algorithm for ast.unparse in order to avoid redundant parenthesis for nested structures in the final output.