This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients BTaskaya, benjamin.peterson, brett.cannon, gvanrossum, nascheme, ncoghlan, pablogsal, serhiy.storchaka, thautwarm, veky
Date 2020-03-09.17:51:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583776300.79.0.228099339163.issue34822@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-03-09 17:51:40gvanrossumsetrecipients: + gvanrossum, brett.cannon, nascheme, ncoghlan, benjamin.peterson, serhiy.storchaka, veky, pablogsal, thautwarm, BTaskaya
2020-03-09 17:51:40gvanrossumsetmessageid: <1583776300.79.0.228099339163.issue34822@roundup.psfhosted.org>
2020-03-09 17:51:40gvanrossumlinkissue34822 messages
2020-03-09 17:51:39gvanrossumcreate