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 markroseman, python-dev, terry.reedy
Date 2017-02-03.21:20:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486156801.28.0.673339610489.issue25488@psf.upfronthosting.co.za>
In-reply-to
Content
I should have said that the problem with having '' at the beginning of the path is that when IDLE tries to import an stdlib module and '' (usually a user directory) contain a file with the same name, IDLE will import the user file instead and at some point likely exit.  For example, a user file named code.py masks the stdlib code.py, which is essential to Shell operation (#29395).
History
Date User Action Args
2017-02-03 21:20:01terry.reedysetrecipients: + terry.reedy, markroseman, python-dev
2017-02-03 21:20:01terry.reedysetmessageid: <1486156801.28.0.673339610489.issue25488@psf.upfronthosting.co.za>
2017-02-03 21:20:01terry.reedylinkissue25488 messages
2017-02-03 21:20:01terry.reedycreate