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 robla
Recipients docs@python, robla
Date 2014-01-27.03:24:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390793056.66.0.0906291243976.issue20402@psf.upfronthosting.co.za>
In-reply-to
Content
The current list comprehension documentation is difficult to find for someone who doesn't know what a list comprehension is.  Example of this problem:
http://www.reddit.com/r/learnprogramming/comments/1w6slm/different_kind_of_for_loop_python/

Since list comprehensions are a riff off of "for" loop syntax, they should at least be noted and linked to from section 4.2 ("for statements" section) and quite possibly 5.6 ("Looping constructs")
History
Date User Action Args
2014-01-27 03:24:16roblasetrecipients: + robla, docs@python
2014-01-27 03:24:16roblasetmessageid: <1390793056.66.0.0906291243976.issue20402@psf.upfronthosting.co.za>
2014-01-27 03:24:16roblalinkissue20402 messages
2014-01-27 03:24:16roblacreate