Re: [Python-3000] xrange is still present in idlelib/EditorWindow.py

2008-06-30 Thread nirinA raseliarison
on Sun, 29 Jun 2008 14:21:04 -0400 Terry Reedy wrote: >http://bugs.python.org/issue3237 >Register and you can submit these yourself. i'll do so next time. thanks, nirinA -- ___ Python-3000 mailing list Python-3000@python.org http://mail.python.org/m

Re: [Python-3000] xrange is still present in idlelib/EditorWindow.py

2008-06-29 Thread Terry Reedy
nirinA raseliarison wrote: Exception in Tkinter callback Traceback (most recent call last): 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]

[Python-3000] xrange is still present in idlelib/EditorWindow.py

2008-06-29 Thread nirinA raseliarison
Exception in Tkinter callback Traceback (most recent call last): 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/li