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 gvanrossum, serhiy.storchaka, thautwarm, yselivanov
Date 2018-09-29.22:15:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538259319.7.0.545547206417.issue34845@psf.upfronthosting.co.za>
In-reply-to
Content
This is intentional. We don't want people accidentally writing e.g.

[i for i in range(10), j for j in range(10)]
History
Date User Action Args
2018-09-29 22:15:19gvanrossumsetrecipients: + gvanrossum, serhiy.storchaka, yselivanov, thautwarm
2018-09-29 22:15:19gvanrossumsetmessageid: <1538259319.7.0.545547206417.issue34845@psf.upfronthosting.co.za>
2018-09-29 22:15:19gvanrossumlinkissue34845 messages
2018-09-29 22:15:19gvanrossumcreate