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 taleinat
Recipients eli.bendersky, gpolo, kbk, md1512, taleinat, terry.reedy
Date 2010-07-20.15:20:28
SpamBayes Score 0.00017625185
Marked as misclassified No
Message-id <1279639230.64.0.449817340325.issue9222@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows, I can't think of any common reason to want to save a file edited in IDLE without the .py extension. On the other hand, accidentally forgetting the .py extension is annoying, and users have come to expect a default extension being added by applications (e.g. MS Office).

Guilherme's patch (applied manually) works fine here on Windows7. I'm all for committing this if it has been tested to work as expected on Linux and OSX.

(minor nit-pick: could use sys.platform.startswith('win') instead of slicing)
History
Date User Action Args
2010-07-20 15:20:30taleinatsetrecipients: + taleinat, terry.reedy, kbk, gpolo, eli.bendersky, md1512
2010-07-20 15:20:30taleinatsetmessageid: <1279639230.64.0.449817340325.issue9222@psf.upfronthosting.co.za>
2010-07-20 15:20:29taleinatlinkissue9222 messages
2010-07-20 15:20:28taleinatcreate