[New-bugs-announce] [issue22020] tutorial 9.10. Generators statement error

Albert Ho report at bugs.python.org
Mon Jul 21 08:03:20 CEST 2014


New submission from Albert Ho:

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

----------
messages: 223560
nosy: rt135792005
priority: normal
severity: normal
status: open
title: tutorial 9.10. Generators statement error
type: compile error
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22020>
_______________________________________


More information about the New-bugs-announce mailing list