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 andyharrington
Recipients andyharrington, eryksun, jeff.allen, mark, ned.deily, rhettinger, serhiy.storchaka, steve.dower, terry.reedy
Date 2019-07-13.15:42:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563032541.46.0.728067056979.issue22121@roundup.psfhosted.org>
In-reply-to
Content
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!
History
Date User Action Args
2019-07-13 15:42:21andyharringtonsetrecipients: + andyharrington, rhettinger, terry.reedy, mark, ned.deily, serhiy.storchaka, jeff.allen, eryksun, steve.dower
2019-07-13 15:42:21andyharringtonsetmessageid: <1563032541.46.0.728067056979.issue22121@roundup.psfhosted.org>
2019-07-13 15:42:21andyharringtonlinkissue22121 messages
2019-07-13 15:42:21andyharringtoncreate