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 vstinner
Recipients louielu, terry.reedy, vstinner
Date 2017-07-07.09:42:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499420533.68.0.204926952039.issue30869@psf.upfronthosting.co.za>
In-reply-to
Content
I dislike the idea of opening all $HOME/.idlerc/ directory and store their content in memory.

If a unit test writes into $HOME, we already have an issue. Unit tests must not modify the user configuration. If an unit test is interrupted, there is a high risk of leaving the modified configuration.

If idle tests need a well defined configuration, I suggest to start by modifiying idlelib.config.idleConf to use a temporary directory, or mock the whole object.
History
Date User Action Args
2017-07-07 09:42:13vstinnersetrecipients: + vstinner, terry.reedy, louielu
2017-07-07 09:42:13vstinnersetmessageid: <1499420533.68.0.204926952039.issue30869@psf.upfronthosting.co.za>
2017-07-07 09:42:13vstinnerlinkissue30869 messages
2017-07-07 09:42:13vstinnercreate