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 terry.reedy
Recipients BTaskaya, JelleZijlstra, erlendaasland, gvanrossum, lys.nikolaou, pablogsal, terry.reedy
Date 2022-02-18.18:31:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645209107.81.0.534942315992.issue46725@roundup.psfhosted.org>
In-reply-to
Content
Allowing no parentheses is also consistent with the following:
  for x in 1,2,3: print(x)
History
Date User Action Args
2022-02-18 18:31:47terry.reedysetrecipients: + terry.reedy, gvanrossum, JelleZijlstra, lys.nikolaou, pablogsal, BTaskaya, erlendaasland
2022-02-18 18:31:47terry.reedysetmessageid: <1645209107.81.0.534942315992.issue46725@roundup.psfhosted.org>
2022-02-18 18:31:47terry.reedylinkissue46725 messages
2022-02-18 18:31:47terry.reedycreate