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 ajaksu2
Recipients Somelauw, ajaksu2
Date 2009-01-04.21:10:12
SpamBayes Score 0.00032795197
Marked as misclassified No
Message-id <1231103414.58.0.687994462401.issue4676@psf.upfronthosting.co.za>
In-reply-to
Content
I can't reproduce this with py3k on linux, but I do get a traceback in
the terminal used to launch idle:

Exception in Tkinter callback
Traceback (most recent call last):
  File "/home/ajaksu/py3k/Lib/tkinter/__init__.py", line 1399, in __call__
    return self.func(*args)
  File "/home/ajaksu/py3k/Lib/idlelib/MultiCall.py", line 165, in handler
    r = l[i](event)
  File "/home/ajaksu/py3k/Lib/idlelib/EditorWindow.py", line 315, in
home_callback
    if self.text.compare(first,">",last):
  File "/home/ajaksu/py3k/Lib/tkinter/__init__.py", line 2844, in compare
    self._w, 'compare', index1, op, index2))
_tkinter.TclError: expected boolean value but got ""

That only happens sometimes happens, pressing home while holding shift
down does nothing but print the traceback. Else, pressing 'home' holding
shift alternates: start of line, start of indented block.
History
Date User Action Args
2009-01-04 21:10:14ajaksu2setrecipients: + ajaksu2, Somelauw
2009-01-04 21:10:14ajaksu2setmessageid: <1231103414.58.0.687994462401.issue4676@psf.upfronthosting.co.za>
2009-01-04 21:10:13ajaksu2linkissue4676 messages
2009-01-04 21:10:12ajaksu2create