summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2018-12-30 04:25:09 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2018-12-30 04:25:09 (GMT)
commitb0a6196ffd58ff91462191f426706897dc920eee (patch)
treed3675190937f2dc90f74d62c6c5f8d396546ddb3 /Misc/NEWS.d
parent0e5f771f38138714415f665651de7e674fcebc38 (diff)
downloadcpython-b0a6196ffd58ff91462191f426706897dc920eee.zip
cpython-b0a6196ffd58ff91462191f426706897dc920eee.tar.gz
cpython-b0a6196ffd58ff91462191f426706897dc920eee.tar.bz2
bpo-35598: IDLE: Increase test coverage for config_key.py (#11360)
Diffstat (limited to 'Misc/NEWS.d')
-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 54347c5..6cc3557 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 @@
-Apply PEP8 naming convention to config_key.py.
+Update config_key: use PEP 8 names and add tests.