]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35598: IDLE - Globalize some config_key objects (GH-11392)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Mon, 31 Dec 2018 20:06:35 +0000 (15:06 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 31 Dec 2018 20:06:35 +0000 (15:06 -0500)
commitb4ea8bb080f63ef27682f3f9bbaa4d12a83030b1
treec7ce85464ae15ffa138fd83397da56536943582d
parentede0b6fae20290bf22b6ee1b9a1e1179d750f360
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.
Lib/idlelib/config_key.py
Lib/idlelib/idle_test/test_config_key.py
Misc/NEWS.d/next/IDLE/2018-12-27-15-29-11.bpo-35598.FWOOm8.rst