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 mark
Recipients mark
Date 2014-08-02.07:53:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
On Windows IDLE's working directory is Python's install directory, e.g., C:\Python34. ISTM that this is the wrong directory for 99% of general users and for 100% of beginners since this is _not_ the directory where people should save their own .py files (unless they are experts, in which case they know better and won't anyway).

I think that IDLE should start out in the user's home directory (ideally on all platforms).
History
Date User Action Args
2014-08-02 07:53:52marksetrecipients: + mark
2014-08-02 07:53:52marksetmessageid: <[email protected]>
2014-08-02 07:53:51marklinkissue22121 messages
2014-08-02 07:53:51markcreate