[issue10364] IDLE: make .py default added extension on save

2011-12-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> duplicate status: open -> closed superseder: -> idle filename extension ___ Python tracker ___ ___

[issue10364] IDLE: make .py default added extension on save

2011-12-09 Thread Roger Serwy
Roger Serwy added the comment: This is a duplicate of #4832. -- nosy: +serwy ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue10364] IDLE: make .py default added extension on save

2011-11-30 Thread Chris Rebert
Changes by Chris Rebert : -- nosy: +cvrebert ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue10364] IDLE: make .py default added extension on save

2011-11-05 Thread Ned Deily
Changes by Ned Deily : -- nosy: +Kaleb702 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue10364] IDLE: make .py default added extension on save

2011-10-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: 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 .t