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 westley.martinez
Recipients docs@python, ezio.melotti, robla, westley.martinez
Date 2014-02-18.00:46:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392684419.02.0.452638915305.issue20402@psf.upfronthosting.co.za>
In-reply-to
Content
I'm curious what the best way to do this would be.  Obviously the simplest would just be 'See also list comprehensions.'  However since this is a tutorial, I was thinking of adding something like this:
'In other languages, for loops are often used to fill a sequence with data.  While this method works just as well in Python, it is often better to use a list comprehension' and then there could be an example like that found here:
http://docs.python.org/2/tutorial/datastructures.html#list-comprehensions

Followed by a link to more info on list comprehensions.
History
Date User Action Args
2014-02-18 00:46:59westley.martinezsetrecipients: + westley.martinez, ezio.melotti, docs@python, robla
2014-02-18 00:46:59westley.martinezsetmessageid: <1392684419.02.0.452638915305.issue20402@psf.upfronthosting.co.za>
2014-02-18 00:46:59westley.martinezlinkissue20402 messages
2014-02-18 00:46:58westley.martinezcreate