[issue18410] Idle: test SearchDialog.py

2016-05-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset a2cb99027646 by Terry Jan Reedy in branch '3.5': Issue #18410: add missing parent argument. https://hg.python.org/cpython/rev/a2cb99027646 -- ___ Python tracker __

[issue18410] Idle: test SearchDialog.py

2016-05-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: I only made two changes to the test class itself: 1. move "requires('gui')" to the top to quit as soon as possible. 2. add "del class.root" to prevent exit error message. Westley is already in misc.ACKS. -- resolution: -> fixed stage: patch review -

[issue18410] Idle: test SearchDialog.py

2016-05-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2aee50cb27d0 by Terry Jan Reedy in branch '3.5': Issue #18410: Test IDLE's search dialog; original patch by Westley Martínez. https://hg.python.org/cpython/rev/2aee50cb27d0 -- nosy: +python-dev ___ Python

[issue18410] Idle: test SearchDialog.py

2016-05-17 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: -> terry.reedy versions: +Python 3.6 -Python 2.7, Python 3.4 ___ Python tracker ___ ___ Pyth

[issue18410] Idle: test SearchDialog.py

2014-06-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18410] Idle: test SearchDialog.py

2014-06-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: #18592 has a patch for SearchDialogBase. -- title: IDLE Improvements: Unit test for SearchDialog.py -> Idle: test SearchDialog.py versions: +Python 3.5 -Python 3.3 ___ Python tracker