Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

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.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34117>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to