[issue11838] IDLE: make interactive code savable as a runnable script

Roger Serwy report at bugs.python.org
Sat Dec 3 01:38:50 CET 2011


Roger Serwy <roger.serwy at gmail.com> added the comment:

I considered saving directly from the shell but then I ran into a use-case problem. Saving the shell window as an runnable script will also save any syntax errors that were entered. A user would then have to open an editor to correct these errors.

A high-level task analysis would be as follows:
With "Save As Runnable", the user needs to save, open, and then fix.
With "Paste from Shell", the user needs to copy, paste, and then fix.


If you have suggestions for handling shell errors, I'm open to them.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11838>
_______________________________________


More information about the Python-bugs-list mailing list