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

Andy Harrington report at bugs.python.org
Sat Jul 13 11:42:21 EDT 2019


Andy Harrington <aharrin at luc.edu> added the comment:

This is really important for newbies.  They have no business being in the system Python folder.  And Idle is for newbies!

I was teaching an intro Python class, and tried to help a student who had been writing programs in Idle, but now could not get Python going.  It took many minutes for me to discover that he had created a new file while the shell window had focus, and innocently saved the file as math.py, without looking for a new directory to put it in.

What a pain tracking that down!

----------
nosy: +andyharrington

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


More information about the Python-bugs-list mailing list