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 roger.serwy
Recipients roger.serwy, terry.reedy
Date 2012-07-16.00:07:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342397268.01.0.106367831602.issue15363@psf.upfronthosting.co.za>
In-reply-to
Content
IDLE silently closing is due to issue13582.

On Linux (Ubuntu 11.04, Tk8.5) I can not specify "~template.py" for a filename for opening or saving a file. Clicking on either open or save produces no action. However, I can specify "~/template.py".

On Win7 I see there error Terry describes. This is due to "Tilde Substitution" described here: http://www.tcl.tk/man/tcl/TclCmd/filename.htm#M20

Attached is a patch against 3.3 that escapes the initial tilde on Windows. The patch should be identical against 3.2 and 2.7.
History
Date User Action Args
2012-07-16 00:07:48roger.serwysetrecipients: + roger.serwy, terry.reedy
2012-07-16 00:07:48roger.serwysetmessageid: <1342397268.01.0.106367831602.issue15363@psf.upfronthosting.co.za>
2012-07-16 00:07:47roger.serwylinkissue15363 messages
2012-07-16 00:07:47roger.serwycreate