This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients cheryl.sabella, terry.reedy
Date 2017-08-15.21:50:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502833809.58.0.271618432889.issue31002@psf.upfronthosting.co.za>
In-reply-to
Content
Lines not yet covered in keys group, other than deactivate_current_config and activate_config_changes functions:

def save_new_key_set
    if not idleConf.userCfg['keys'].has_section(keyset_name):
# never false - minor issue

def delete_custom_keys
    if not item_list:
# never false hence following never executed
    else: self.customlist.SetMenu(item_list, item_list[0])
History
Date User Action Args
2017-08-15 21:50:09terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2017-08-15 21:50:09terry.reedysetmessageid: <1502833809.58.0.271618432889.issue31002@psf.upfronthosting.co.za>
2017-08-15 21:50:09terry.reedylinkissue31002 messages
2017-08-15 21:50:09terry.reedycreate