[issue22121] IDLE should start with HOME as the initial working directory

Raymond Hettinger report at bugs.python.org
Sat Jul 13 14:09:49 EDT 2019


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

> When I start IDLE ("python -m idle") from my project directory
> I expect that it doesn't change current directory and I can
> access files in this directory by short relative name.

I rely on this behavior when teaching Python courses.  IIRC, David Beazley does as well.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue22121>
_______________________________________


More information about the Python-bugs-list mailing list