[issue2913] idlelib/EditorWindow.py uses xrange()

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r65140. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2913] idlelib/EditorWindow.py uses xrange()

2008-06-29 Thread Rafael Zanella
Rafael Zanella <[EMAIL PROTECTED]> added the comment: xrange has been deprecated on py_3k, so it's a valid one liner. -- keywords: +patch nosy: +zanella Added file: http://bugs.python.org/file10781/EditorWindow_-x-range.patch ___ Python tracker <[EMAI

[issue2913] idlelib/EditorWindow.py uses xrange()

2008-05-22 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser <[EMAIL PROTECTED]>: -- assignee: -> kbk nosy: +kbk __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing li

[issue2913] idlelib/EditorWindow.py uses xrange()

2008-05-19 Thread Mark Summerfield
New submission from Mark Summerfield <[EMAIL PROTECTED]>: In Py30a5 idlelib/EditorWindow.py line 292 uses xrange() when it should use range(). -- components: IDLE messages: 67060 nosy: mark severity: normal status: open title: idlelib/EditorWindow.py uses xrange() versions: Python 3.0 _