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 ned.deily
Recipients Thekent, akira, ned.deily, ppperry, roger.serwy, serhiy.storchaka, terry.reedy
Date 2014-10-19.22:27:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413757666.6.0.0622873352502.issue11820@psf.upfronthosting.co.za>
In-reply-to
Content
A quick smoke test of the patch (solely on OS X) looks like it works pretty well.  Not surprisingly, it doesn't fix anything when using the deprecated -n ("no subprocess") option but that's not a problem.  One more serious issue is that, depending on the length of the output produced, the IDLE shell prompt ('>>>') for the next command may appear out of sync, interspersed within the displayed stdout rather than at the end.  And, yes, the os.write(1, ...) to stdout in the same process is an equivalent way to look at the issue and the patch seems to handle that as well.

Nice work, Serhiy!
History
Date User Action Args
2014-10-19 22:27:46ned.deilysetrecipients: + ned.deily, terry.reedy, roger.serwy, akira, Thekent, serhiy.storchaka, ppperry
2014-10-19 22:27:46ned.deilysetmessageid: <1413757666.6.0.0622873352502.issue11820@psf.upfronthosting.co.za>
2014-10-19 22:27:46ned.deilylinkissue11820 messages
2014-10-19 22:27:46ned.deilycreate