[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks for looking at this one. :-) -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread miss-islington
miss-islington added the comment: New changeset 098bb249e9cf315b9e3b7d4bdad039a093d049c4 by Miss Islington (bot) in branch '3.7': bpo-35591: IDLE Find Selection now works when selection not found (GH-11339) https://github.com/python/cpython/commit/098bb249e9cf315b9e3b7d4bdad039a093d049c4 --

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10628 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10629 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/pyt

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10627 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10627, 10628, 10629 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10627, 10628 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10622 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10623 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +10621 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +10621, 10622, 10623 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +10621, 10622 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset c465682718f15cd3deb6b37db5fb607718ac64ed by Terry Jan Reedy in branch 'master': bpo-35591: IDLE Find Selection now works when selection not found (GH-11339) https://github.com/python/cpython/commit/c465682718f15cd3deb6b37db5fb607718ac64ed

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: I expect that people have run into this. But since callback exceptions do not crash IDLE, the only symptom when not running from a terminal is the lack of the 'bell' sound. -- ___ Python tracker

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10619 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10620 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch, patch pull_requests: +10618, 10619 stage: commit review -> patch review ___ Python tracker ___ _

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch, patch, patch pull_requests: +10618, 10619, 10620 stage: commit review -> patch review ___ Python tracker ___ ___

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +10618 stage: commit review -> patch review ___ Python tracker ___ ___

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: Thanks for reporting this. It is easy to trigger. And after a bit of analysis, easy to fix. self.bell is set as top.bell in searchbase.SearchDialogBase.create_widgets(). The latter is called by SDB.open(), which is called for Find, Find-again if there is

[issue35591] IDLE: Traceback on Find Selection

2018-12-26 Thread Cheryl Sabella
New submission from Cheryl Sabella : 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