Tal Einat <talei...@gmail.com> added the comment:

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)

----------
nosy: +taleinat

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9222>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to