summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2018-12-30 19:48:51 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2018-12-30 19:48:51 (GMT)
commit4bd79c38efe3cc0a3c724605cf9474e2d1b6b6e2 (patch)
tree74644543ab94e0091a2c26d257e768898fd61dc8 /Misc
parent3f5fc70c6213008243e7d605f7d8a2d8f94cf919 (diff)
downloadcpython-4bd79c38efe3cc0a3c724605cf9474e2d1b6b6e2.zip
cpython-4bd79c38efe3cc0a3c724605cf9474e2d1b6b6e2.tar.gz
cpython-4bd79c38efe3cc0a3c724605cf9474e2d1b6b6e2.tar.bz2
bpo-35598: IDLE: Switch config_key dialog to ttk widgets (GH-11365)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-12-27-15-29-11.bpo-35598.FWOOm8.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-12-27-15-29-11.bpo-35598.FWOOm8.rst b/Misc/NEWS.d/next/IDLE/2018-12-27-15-29-11.bpo-35598.FWOOm8.rst
index 6cc3557..e20b01d 100644
--- a/Misc/NEWS.d/next/IDLE/2018-12-27-15-29-11.bpo-35598.FWOOm8.rst
+++ b/Misc/NEWS.d/next/IDLE/2018-12-27-15-29-11.bpo-35598.FWOOm8.rst
@@ -1 +1 @@
-Update config_key: use PEP 8 names and add tests.
+Update config_key: use PEP 8 names, ttk widgets, and add tests.