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 rhettinger
Recipients AlexGrig, docs@python, ezio.melotti, rhettinger, robla, westley.martinez
Date 2014-08-02.22:33:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407018781.63.0.246151626976.issue20402@psf.upfronthosting.co.za>
In-reply-to
Content
We do have prominent entries in the glossary and tutorial:

https://docs.python.org/2.7/glossary.html#term-list-comprehension
https://docs.python.org/2.7/tutorial/datastructures.html#list-comprehensions

Moving it earlier in the tutorial is likely to do more harm than help.  In teaching Python, you need some gap between learning for-loops and learning list comprehensions (the former is a prerequisite for the latter).
History
Date User Action Args
2014-08-02 22:33:01rhettingersetrecipients: + rhettinger, ezio.melotti, docs@python, westley.martinez, robla, AlexGrig
2014-08-02 22:33:01rhettingersetmessageid: <1407018781.63.0.246151626976.issue20402@psf.upfronthosting.co.za>
2014-08-02 22:33:01rhettingerlinkissue20402 messages
2014-08-02 22:33:01rhettingercreate