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-07-28.19:51:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501271467.66.0.892102593519.issue30853@psf.upfronthosting.co.za>
In-reply-to
Content
IDLE *will* fail if idleConf.SetOption is called with a wrong config-type (KeyError) or the wrong number of other arguments (TypeError).  I did not add the check because it does not cover the non-default callbacks (the majority), let alone all the other idleConf calls.  The important thing is to make sure that every callback gets called in a test (and indeed, eventually, that every line is executed).  Enhancing the doc string should be enough.
History
Date User Action Args
2017-07-28 19:51:07terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2017-07-28 19:51:07terry.reedysetmessageid: <1501271467.66.0.892102593519.issue30853@psf.upfronthosting.co.za>
2017-07-28 19:51:07terry.reedylinkissue30853 messages
2017-07-28 19:51:07terry.reedycreate