Message8016

Author berdario
Recipients berdario
Date 2013-05-16.16:50:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368723021.92.0.625738225178.issue2052@psf.upfronthosting.co.za>
In-reply-to
Content
jython -c "import subprocess; subprocess.call(['cat', '-'])"

trying to input some data, it won't be used by the cat subprocess
(and you won't even be able to see what you're typing)

the same works on both cpython and pypy

I also tried to set explicitly stdin=None, but nothing changes
History
Date User Action Args
2013-05-16 16:50:21berdariosetrecipients: + berdario
2013-05-16 16:50:21berdariosetmessageid: <1368723021.92.0.625738225178.issue2052@psf.upfronthosting.co.za>
2013-05-16 16:50:21berdariolinkissue2052 messages
2013-05-16 16:50:21berdariocreate