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 ztane
Recipients docs@python, skrah, vstinner, yselivanov, ztane
Date 2015-09-11.13:50:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441979447.98.0.0509681377391.issue25070@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, it is a bug in 2.5 too; https://docs.python.org/2.5/ref/calls.html

    call ::= primary "(" [argument_list [","]
		         | expression genexpr_for] ")"
History
Date User Action Args
2015-09-11 13:50:48ztanesetrecipients: + ztane, vstinner, skrah, docs@python, yselivanov
2015-09-11 13:50:47ztanesetmessageid: <1441979447.98.0.0509681377391.issue25070@psf.upfronthosting.co.za>
2015-09-11 13:50:47ztanelinkissue25070 messages
2015-09-11 13:50:47ztanecreate