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 terry.reedy
Recipients Ramchandra Apte, amaury.forgeotdarc, asvetlov, ideasman42, ned.deily, python-dev, rhettinger, roger.serwy, terry.reedy
Date 2013-08-23.20:41:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377290479.99.0.887190501706.issue16123@psf.upfronthosting.co.za>
In-reply-to
Content
Slight correction: While I do not believe I have seen *clipboard* contents pasted, after running a program from the editor that prints (to the shell), I *have* seen the last line reprinted when trying to enter something new as the prompt. This sometimes might look like pasting from the clipboard. I sometimes have to hit enter a couple of times and ignore the SyntaxError to get a clean prompt. I have no idea if this is exclusive to running in a subprocess; it should be fixed independently of this issue.

The idea of using pipes is being explored on Idle-sig.
History
Date User Action Args
2013-08-23 20:41:20terry.reedysetrecipients: + terry.reedy, rhettinger, amaury.forgeotdarc, ned.deily, roger.serwy, asvetlov, ideasman42, python-dev, Ramchandra Apte
2013-08-23 20:41:19terry.reedysetmessageid: <1377290479.99.0.887190501706.issue16123@psf.upfronthosting.co.za>
2013-08-23 20:41:19terry.reedylinkissue16123 messages
2013-08-23 20:41:19terry.reedycreate