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 louielu, terry.reedy
Date 2017-07-18.05:39:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500356369.03.0.238820438437.issue30917@psf.upfronthosting.co.za>
In-reply-to
Content
Whatever is merged with PR_2691, further improvements can be made in further PRs either on this issue or others that work on config code.  

I still think this test is slower than it should be -- the change to deep copy either made no difference or made it slower, but I will try profiling before experimenting more.

In config, the warning prints in the directory search should use _warn, which can be blocked and mocked while testing.

4% uncovered in the file is probably 6% of IdleConf.  At least some is error branches that might be interesting to trigger.
History
Date User Action Args
2017-07-18 05:39:29terry.reedysetrecipients: + terry.reedy, louielu
2017-07-18 05:39:29terry.reedysetmessageid: <1500356369.03.0.238820438437.issue30917@psf.upfronthosting.co.za>
2017-07-18 05:39:29terry.reedylinkissue30917 messages
2017-07-18 05:39:28terry.reedycreate