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 dangyogi
Recipients dangyogi, georg.brandl
Date 2008-09-21.16:16:23
SpamBayes Score 0.00025056273
Marked as misclassified No
Message-id <1222013785.56.0.0641485389769.issue3923@psf.upfronthosting.co.za>
In-reply-to
Content
The definition of 'call' in the Language Reference refers to
'genexpr_for' which doesn't exist.  Either 'genexpr_for' should be
changed to 'comp_for' or 'expression genexpr_for' should be changed to
'comprehension'.  See the following:

http://docs.python.org/dev/3.0/reference/expressions.html#grammar-token-call
http://docs.python.org/dev/3.0/reference/expressions.html#grammar-token-comprehension

I also did not see any description if what happens if you use the
comprehension option (though I was scanning the text quickly and could
have missed it).
History
Date User Action Args
2008-09-21 16:16:25dangyogisetrecipients: + dangyogi, georg.brandl
2008-09-21 16:16:25dangyogisetmessageid: <1222013785.56.0.0641485389769.issue3923@psf.upfronthosting.co.za>
2008-09-21 16:16:24dangyogilinkissue3923 messages
2008-09-21 16:16:23dangyogicreate