[issue12838] FAQ/Programming typo: range[3] is used

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6e156a6c4fd9 by Georg Brandl in branch '3.2': Close #12838: fix range() call. http://hg.python.org/cpython/rev/6e156a6c4fd9 -- ___ Python tracker

[issue12838] FAQ/Programming typo: range[3] is used

2011-08-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0abe03195d09 by Georg Brandl in branch '3.2': Close #12838: fix range() call. http://hg.python.org/cpython/rev/0abe03195d09 New changeset 16a90cdb5ee4 by Georg Brandl in branch '2.7': Close #12838: fix range() call. http://hg.python.org/cpython/rev

[issue12838] FAQ/Programming typo: range[3] is used

2011-08-24 Thread Eli Bendersky
New submission from Eli Bendersky : User report from docs@python: On http://docs.python.org/faq/programming.html for i in range[3]: Should be: for i in range(3): -- assignee: docs@python components: Documentation keywords: easy messages: 142952 nosy: docs@python, eli.bendersky prior