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 brett.cannon, docs@python, rhettinger, serhiy.storchaka
Date 2018-07-15.05:40:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531633211.77.0.56676864532.issue34117@psf.upfronthosting.co.za>
In-reply-to
Content
There are also few differences between comprehensions and generator expressions. The author of the patch should not just replace all occurrences of "generator expression" with "generator comprehension", but analyze all occurrences of the sole "comprehension" and replace it with "non-generator comprehension" if needed.
History
Date User Action Args
2018-07-15 05:40:11serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, rhettinger, docs@python
2018-07-15 05:40:11serhiy.storchakasetmessageid: <1531633211.77.0.56676864532.issue34117@psf.upfronthosting.co.za>
2018-07-15 05:40:11serhiy.storchakalinkissue34117 messages
2018-07-15 05:40:11serhiy.storchakacreate