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 rt135792005
Recipients rt135792005
Date 2014-07-21.06:03:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405922600.06.0.736556450587.issue22020@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/3/tutorial/classes.html
>>> for char in reverse('golf'):

I found that reverse didnt work
and i check the doc
https://docs.python.org/3.4/library/functions.html#reversed
>>> reversed(seq)¶

I guess it just forget to change the statement
History
Date User Action Args
2014-07-21 06:03:20rt135792005setrecipients: + rt135792005
2014-07-21 06:03:20rt135792005setmessageid: <1405922600.06.0.736556450587.issue22020@psf.upfronthosting.co.za>
2014-07-21 06:03:20rt135792005linkissue22020 messages
2014-07-21 06:03:19rt135792005create