commit | 167a96c0ea4c80fd63821d8d9903a2ccdaa5d9ff | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Apr 03 22:35:12 2013 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Apr 03 22:35:12 2013 -0400 |
tree | ef660a2ede914fd84d10f8ad4243c65d803c44ac | |
parent | f3ad030a742b6dcbc34286f57326758ca3d42829 [diff] |
close search and replace dialog after it is used (closes #17625)
diff --git a/Misc/NEWS b/Misc/NEWS index 4587309..6f4740c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Library ------- +- Issue #17625: In IDLE, close the replace dialog after it is used. + - Issue #17531: Fix tests that thought group and user ids were always the int type. Also, always allow -1 as a valid group and user id.