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 John Gray, asvetlov, cane, markroseman, ned.deily, roger.serwy, tealduck, terry.reedy
Date 2015-10-29.08:59:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446109197.29.0.460045710198.issue8231@psf.upfronthosting.co.za>
In-reply-to
Content
OK: call GetUserCfgDir once on creation of idleConf instance and set .userdir attribute.  Replace repeated calls in PyShell and Editor with attributes accesses.  I tested that, with patch, IDLE starts and rewrites both breakpoints.lst and recent-files.lst as appropriate.
History
Date User Action Args
2015-10-29 08:59:57terry.reedysetrecipients: + terry.reedy, ned.deily, roger.serwy, asvetlov, markroseman, cane, John Gray, tealduck
2015-10-29 08:59:57terry.reedysetmessageid: <1446109197.29.0.460045710198.issue8231@psf.upfronthosting.co.za>
2015-10-29 08:59:57terry.reedylinkissue8231 messages
2015-10-29 08:59:55terry.reedycreate