summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2018-12-28 03:47:54 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2018-12-28 03:47:54 (GMT)
commit55698cc39549523cafc13cc8dd47960d8f73a59f (patch)
treeeb0e5390a9ec38d152f0624638163126deb82aa1 /Misc
parent0133f9fc9e8a35b223341d7b5641ac2f16ff2a19 (diff)
downloadcpython-55698cc39549523cafc13cc8dd47960d8f73a59f.zip
cpython-55698cc39549523cafc13cc8dd47960d8f73a59f.tar.gz
cpython-55698cc39549523cafc13cc8dd47960d8f73a59f.tar.bz2
bpo-35598: IDLE: Update config_key.py with PEP8 names (GH-11330)
A few other changes make the code easier to follow.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-12-27-15-29-11.bpo-35598.FWOOm8.rst1
1 files changed, 1 insertions, 0 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
new file mode 100644
index 0000000..54347c5
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2018-12-27-15-29-11.bpo-35598.FWOOm8.rst
@@ -0,0 +1 @@
+Apply PEP8 naming convention to config_key.py.