[issue15363] Idle/tkinter ~x.py 'save as' fails. closes idle

2019-09-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: +Python 3.9 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker ___ ___ Python-bugs-list

[issue15363] Idle/tkinter ~x.py 'save as' fails. closes idle

2014-10-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I meant "save as ~x.py", without the "./" prefix. -- ___ Python tracker ___ ___ Python-bugs-list m

[issue15363] Idle/tkinter ~x.py 'save as' fails. closes idle

2014-10-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Interesting, that "save as" ./~x.py works when the "~x.py" file exists and doesn't work (press the "Save" button has no any effect at all, even doesn't close a dialog) when it does not exist on Linux. -- ___ Pytho

[issue15363] Idle/tkinter ~x.py 'save as' fails. closes idle

2014-10-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: According to the tcl/tk manual, tcl does ~ expansion on non-'old' Windows. However, I cannot tell in what context that could be useful. Trying to save to '~/x.py' fails. "The filename is not valid." This might be because there is no HOME since Windows somet

[issue15363] Idle/tkinter ~x.py 'save as' fails. closes idle

2014-09-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Agree with Martin. And I think we should check for starting tilde not base name, but full name. -- nosy: +serhiy.storchaka stage: patch review -> needs patch versions: +Python 3.5 -Python 3.3 ___ Python tracker

[issue15363] Idle/tkinter ~x.py 'save as' fails. closes idle

2013-09-15 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- components: +Tkinter ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue15363] Idle/tkinter ~x.py 'save as' fails. closes idle

2013-06-15 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.4 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15363] Idle/tkinter ~x.py 'save as' fails. closes idle

2012-07-25 Thread Martin v . Löwis
Martin v. Löwis added the comment: I think this should apply to all systems, and I think the proper escaping is with "./", see TclpNativeSplitPath (in Tcl's source code). -- nosy: +loewis ___ Python tracker _

[issue15363] Idle/tkinter ~x.py 'save as' fails. closes idle

2012-07-20 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue15363] Idle/tkinter ~x.py 'save as' fails. closes idle

2012-07-15 Thread Roger Serwy
Roger Serwy added the comment: 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 th

[issue15363] Idle/tkinter ~x.py 'save as' fails. closes idle

2012-07-15 Thread Terry J. Reedy
New submission from Terry J. Reedy : I have (had ;-) a project file ~template.py with common boilerplate. To start a new project file, I want to open the above and save as xyz.py. I can edit and 'save' the template to update it just fine. But trying to do a 'save as' to a new name, in Idle edit