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 skrah
Recipients skrah, vstinner, yselivanov, ztane
Date 2015-09-11.13:46:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441979212.0.0.18504621429.issue25070@psf.upfronthosting.co.za>
In-reply-to
Content
According to the human readable grammar in the docs

   https://docs.python.org/3/reference/expressions.html#calls

I'd say this was a bug that is now fixed in 3.5. The call should
either take a single unparenthesized generator expression or an
argument_list (which may contain parenthesized generator expressions).
History
Date User Action Args
2015-09-11 13:46:52skrahsetrecipients: + skrah, vstinner, yselivanov, ztane
2015-09-11 13:46:52skrahsetmessageid: <1441979212.0.0.18504621429.issue25070@psf.upfronthosting.co.za>
2015-09-11 13:46:51skrahlinkissue25070 messages
2015-09-11 13:46:51skrahcreate