diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-12-31 20:06:35 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2018-12-31 20:06:35 (GMT) |
commit | b4ea8bb080f63ef27682f3f9bbaa4d12a83030b1 (patch) | |
tree | c7ce85464ae15ffa138fd83397da56536943582d /Misc/NEWS.d | |
parent | ede0b6fae20290bf22b6ee1b9a1e1179d750f360 (diff) | |
download | cpython-b4ea8bb080f63ef27682f3f9bbaa4d12a83030b1.zip cpython-b4ea8bb080f63ef27682f3f9bbaa4d12a83030b1.tar.gz cpython-b4ea8bb080f63ef27682f3f9bbaa4d12a83030b1.tar.bz2 |
bpo-35598: IDLE - Globalize some config_key objects (GH-11392)
Move translate_key() and constant tuples to module level.
Inline the remnant one-line function.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-12-27-15-29-11.bpo-35598.FWOOm8.rst | 3 |
1 files changed, 2 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 e20b01d..d81cf2c 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,2 @@ -Update config_key: use PEP 8 names, ttk widgets, and add tests. +Update config_key: use PEP 8 names and ttk widgets, +make some objects global, and add tests. |