]> granicus.if.org Git - python/commit
Issue #21695: Catch AttributeError created when user closes grep output window
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 10 Jun 2014 06:49:29 +0000 (02:49 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 10 Jun 2014 06:49:29 +0000 (02:49 -0400)
commitc5767a63365e415f6d4da79612157d7da1343c39
treeaaa48a3185defc70cd7104899e886af1747c349e
parent1d6a0c47db70f56cee73932efe3e565b13488916
Issue #21695: Catch AttributeError created when user closes grep output window
while still being written to. With no console, this closed Idle.
Also add missing import and a few other changes.
Lib/idlelib/GrepDialog.py