Issue 2913: idlelib/EditorWindow.py uses xrange() (original) (raw)

Issue2913

Created on 2008-05-19 11:49 by mark, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
EditorWindow_-x-range.patch zanella,2008-06-30 01:44
Messages (3)
msg67060 - (view) Author: Mark Summerfield (mark) * Date: 2008-05-19 11:49
In Py30a5 idlelib/EditorWindow.py line 292 uses xrange() when it should use range().
msg68986 - (view) Author: Rafael Zanella (zanella) Date: 2008-06-30 01:44
xrange has been deprecated on py_3k, so it's a valid one liner.
msg70033 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-07-19 13:54
Fixed in r65140.
History
Date User Action Args
2022-04-11 14:56:34 admin set github: 47162
2008-07-19 13:54:07 georg.brandl set status: open -> closedresolution: fixedmessages: + nosy: + georg.brandl
2008-06-30 03:04:35 benjamin.peterson link issue3237 superseder
2008-06-30 01:44:22 zanella set files: + EditorWindow_-x-range.patchkeywords: + patchmessages: + nosy: + zanella
2008-05-22 17:33:08 kbk set assignee: kbknosy: + kbk
2008-05-19 11:49:44 mark create