Message 146325 - Python tracker

Message146325

Author terry.reedy
Recipients Ariel, Typo, terry.reedy
Date 2011-10-24.21:35:01
SpamBayes Score 6.9837374e-06
Marked as misclassified No
Message-id <1319492102.11.0.106822759902.issue10364@psf.upfronthosting.co.za>
In-reply-to
Content
I am guessing that because the extension could be either .py or .pyw, the initial save does not add either but forces the user to type one or the other. I find this annoying too, so I am thinking about separating the choices and see if .py, .pyw, and maybe .txt can be automatically added if not written, while avoiding '.py.py', etc. Hence the change of issue title and type. (Note to self: make sure this is not a duplicate.)
History
Date User Action Args
2011-10-24 21:35:02terry.reedysetrecipients: + terry.reedy, Typo, Ariel
2011-10-24 21:35:02terry.reedysetmessageid: <1319492102.11.0.106822759902.issue10364@psf.upfronthosting.co.za>
2011-10-24 21:35:01terry.reedylinkissue10364 messages
2011-10-24 21:35:01terry.reedycreate