diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-12-30 04:25:09 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2018-12-30 04:25:09 (GMT) |
commit | b0a6196ffd58ff91462191f426706897dc920eee (patch) | |
tree | d3675190937f2dc90f74d62c6c5f8d396546ddb3 /Misc/NEWS.d | |
parent | 0e5f771f38138714415f665651de7e674fcebc38 (diff) | |
download | cpython-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.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 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. |