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 serhiy.storchaka
Recipients benjamin.peterson, brett.cannon, cryvate, gvanrossum, ncoghlan, serhiy.storchaka, yselivanov
Date 2017-11-14.13:59:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510667992.64.0.213398074469.issue32012@psf.upfronthosting.co.za>
In-reply-to
Content
Stefan, `[1,2,3]` is an expression, but `x for x in [1,2,3]` is not. If you want to change the Python language specification, please open a topic on Python-Dev and provide the rationale.
History
Date User Action Args
2017-11-14 13:59:52serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, brett.cannon, ncoghlan, benjamin.peterson, yselivanov, cryvate
2017-11-14 13:59:52serhiy.storchakasetmessageid: <1510667992.64.0.213398074469.issue32012@psf.upfronthosting.co.za>
2017-11-14 13:59:52serhiy.storchakalinkissue32012 messages
2017-11-14 13:59:52serhiy.storchakacreate