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 Saimadhav.Heblikar
Recipients Saimadhav.Heblikar, terry.reedy
Date 2014-04-03.16:02:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396540975.11.0.327576037507.issue21140@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2014-04-03 16:02:55Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy
2014-04-03 16:02:55Saimadhav.Heblikarsetmessageid: <1396540975.11.0.327576037507.issue21140@psf.upfronthosting.co.za>
2014-04-03 16:02:55Saimadhav.Heblikarlinkissue21140 messages
2014-04-03 16:02:54Saimadhav.Heblikarcreate