[issue21140] Idle: saving an OutputWindow should default to .txt

Saimadhav Heblikar report at bugs.python.org
Thu Apr 3 18:02:55 CEST 2014


Saimadhav Heblikar added the comment:

Attaching a patch.
The file type on OutputWIndow defaults to .txt. Can be very easily made to default to none aswell.

Tested on linux for 2.7 and 3.4.(Debian Wheezy, Gnome 3)


On 2.7, made changes so that ispythonsource(in EditorWindow) behaves similar to 3.4(in EditorWindow)

On both 2.7 and 3.4, made change to ispythonsource(in OutputWindow), to make it return False instead of 0(to mirror behavior in EditorWindow)

----------
keywords: +patch
Added file: http://bugs.python.org/file34713/issue21140-27.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21140>
_______________________________________


More information about the Python-bugs-list mailing list