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 cheryl.sabella
Recipients cheryl.sabella, terry.reedy
Date 2018-12-26.18:50:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545850250.73.0.720523781121.issue35591@roundup.psfhosted.org>
In-reply-to
Content
This probably isn't a traceback that's likely to happen, but I wanted to document it since I was able to recreate it.

To recreate:
In a new shell, do Select All, then Find Selection.


Exception in Tkinter callback
Traceback (most recent call last):
  File "N:\projects\cpython\lib\tkinter\__init__.py", line 1883, in __call__
    return self.func(*args)
  File "N:\projects\cpython\lib\idlelib\editor.py", line 644, in find_selection_event
    search.find_selection(self.text)
  File "N:\projects\cpython\lib\idlelib\search.py", line 25, in find_selection
    return _setup(text).find_selection(text)
  File "N:\projects\cpython\lib\idlelib\search.py", line 72, in find_selection
    return self.find_again(text)
  File "N:\projects\cpython\lib\idlelib\search.py", line 65, in find_again
    self.bell()
AttributeError: 'SearchDialog' object has no attribute 'bell'
History
Date User Action Args
2018-12-26 18:50:52cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy
2018-12-26 18:50:50cheryl.sabellasetmessageid: <1545850250.73.0.720523781121.issue35591@roundup.psfhosted.org>
2018-12-26 18:50:50cheryl.sabellalinkissue35591 messages
2018-12-26 18:50:50cheryl.sabellacreate