]> 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:35 +0000 (02:49 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 10 Jun 2014 06:49:35 +0000 (02:49 -0400)
commit4762382d6346abdef810cdf0a6101cbc1ec5952e
treecb040aa8cef53b45a0f352c27c8423d415c96908
parent6ceca4e3d850ef2ba81d5f51aac3fe6c0c85284e
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