Message110962
| Author | taleinat |
|---|---|
| Recipients | ajaksu2, amaury.forgeotdarc, geon, gpolo, taleinat |
| Date | 2010-07-20.20:13:29 |
| SpamBayes Score | 7.7824305e-05 |
| Marked as misclassified | No |
| Message-id | <1279656811.19.0.491724574409.issue4832@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 +1 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 20:13:31 | taleinat | set | recipients: + taleinat, amaury.forgeotdarc, ajaksu2, gpolo, geon |
| 2010-07-20 20:13:31 | taleinat | set | messageid: <1279656811.19.0.491724574409.issue4832@psf.upfronthosting.co.za> |
| 2010-07-20 20:13:29 | taleinat | link | issue4832 messages |
| 2010-07-20 20:13:29 | taleinat | create | |