summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorterryjreedy <tjreedy@udel.edu>2017-06-27 05:23:55 (GMT)
committerGitHub <noreply@github.com>2017-06-27 05:23:55 (GMT)
commit44913e584bcf4e2a0e1a6372c304c2d5ea521fc6 (patch)
tree5018d181ec979f5783b782b6f00b263cd87ed744 /Misc
parent213ce12adfc9281c6f381bb45d132e9de8ffd450 (diff)
downloadcpython-44913e584bcf4e2a0e1a6372c304c2d5ea521fc6.zip
cpython-44913e584bcf4e2a0e1a6372c304c2d5ea521fc6.tar.gz
cpython-44913e584bcf4e2a0e1a6372c304c2d5ea521fc6.tar.bz2
bpo-21519: IDLE basic custom key entry better detects duplicates. (#2428)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-06-27-00-29-56.bpo-21519.fTj9T0.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-06-27-00-29-56.bpo-21519.fTj9T0.rst b/Misc/NEWS.d/next/IDLE/2017-06-27-00-29-56.bpo-21519.fTj9T0.rst
new file mode 100644
index 0000000..b224f6b
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2017-06-27-00-29-56.bpo-21519.fTj9T0.rst
@@ -0,0 +1,2 @@
+IDLE's basic custom key entry dialog now detects duplicates properly.
+Original patch by Saimadhav Heblikar.