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 eric.araujo, roger.serwy, terry.reedy, tlesher
Date 2011-12-03.00:38:49
SpamBayes Score 0.011988806
Marked as misclassified No
Message-id <1322872730.65.0.964801965599.issue11838@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-12-03 00:38:50roger.serwysetrecipients: + roger.serwy, terry.reedy, tlesher, eric.araujo
2011-12-03 00:38:50roger.serwysetmessageid: <1322872730.65.0.964801965599.issue11838@psf.upfronthosting.co.za>
2011-12-03 00:38:50roger.serwylinkissue11838 messages
2011-12-03 00:38:49roger.serwycreate