Terry J. Reedy added the comment:

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])

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue31002>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to