[issue34822] Simplify AST for slices

Guido van Rossum report at bugs.python.org
Mon Mar 9 13:51:40 EDT 2020


Guido van Rossum <guido at python.org> added the comment:

I'm going to review the actual code next.

Regarding the omission of parentheses in various contexts, I am all for that, but I consider it a separate issue (as it only pertains to ast.unparse()). The fix in https://github.com/python/cpython/pull/17892 should go in regardless.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34822>
_______________________________________


More information about the Python-bugs-list mailing list