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 terry.reedy
Recipients terry.reedy
Date 2008-06-29.18:19:43
SpamBayes Score 0.05142086
Marked as misclassified No
Message-id <1214763585.13.0.0791210177458.issue3237@psf.upfronthosting.co.za>
In-reply-to
Content
As reported in the py3 list
  File "/root/Py3kb1/lib/python3.0/tkinter/__init__.py", line 1409,
  in __call__
    return self.func(*args)
  File "/root/Py3kb1/lib/python3.0/idlelib/MultiCall.py", line 165,
  in handler
    r = l[i](event)
  File "/root/Py3kb1/lib/python3.0/idlelib/EditorWindow.py", line 292,
  in home_callback
    for insertpt in xrange(len(line)):
NameError: global name 'xrange' is not defined

I verified this on my xp installation.
I am curious whether 2to3 missed this or if it has never been run over
idlelib (IDLE otherwise works fine as far as I know).
History
Date User Action Args
2008-06-29 18:19:45terry.reedysetspambayes_score: 0.0514209 -> 0.05142086
recipients: + terry.reedy
2008-06-29 18:19:45terry.reedysetspambayes_score: 0.0514209 -> 0.0514209
messageid: <1214763585.13.0.0791210177458.issue3237@psf.upfronthosting.co.za>
2008-06-29 18:19:44terry.reedylinkissue3237 messages
2008-06-29 18:19:43terry.reedycreate