commit | fff3f4836521c44bee4441907f7476e463f0c1d0 | [log] [tgz] |
---|---|---|
author | Roger Serwy <roger.serwy@gmail.com> | Mon Jun 10 23:01:20 2013 -0500 |
committer | Roger Serwy <roger.serwy@gmail.com> | Mon Jun 10 23:01:20 2013 -0500 |
tree | 21aa3fda84389225de39bf51f3fdf5fd8d6545ec | |
parent | 045e4579928768c0c40ae174aaa3bec1a53dc431 [diff] [blame] |
#17511: Keep IDLE find dialog open after clicking "Find Next". Original patch by Sarah K.
diff --git a/Misc/NEWS b/Misc/NEWS index 784011a..1e28c38 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -50,6 +50,9 @@ IDLE ---- +- Issue #17511: Keep IDLE find dialog open after clicking "Find Next". + Original patch by Sarah K. + - Issue #15392: Create a unittest framework for IDLE. Preliminary patch by Rajagopalasarma Jayakrishnan