diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-12-30 19:48:51 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2018-12-30 19:48:51 (GMT) |
commit | 4bd79c38efe3cc0a3c724605cf9474e2d1b6b6e2 (patch) | |
tree | 74644543ab94e0091a2c26d257e768898fd61dc8 /Misc | |
parent | 3f5fc70c6213008243e7d605f7d8a2d8f94cf919 (diff) | |
download | cpython-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.rst | 2 |
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. |