[issue967161] pty.spawn() enhancements

2013-05-26 Thread A.M. Kuchling
A.M. Kuchling added the comment: It looks like the problem on OpenIndiana with #2489 was fixed. As of May 25th, the 3.x build on OpenIndiana is a green. http://buildbot.python.org/all/builders/x86%20OpenIndiana%203.x/builds/5962 So, 2) is a misunderstanding and 1) was carried out in #2489 (des

[issue967161] pty.spawn() enhancements

2013-05-25 Thread Mark Lawrence
Mark Lawrence added the comment: So #2489 broke at least one buildbot and this has to stay open for an enhancement request. Frankly it all confuses the hell out of me, could someone please explain in words of one syllable or less, thanks. -- nosy: +BreamoreBoy ___

[issue967161] pty.spawn() enhancements

2010-08-27 Thread R. David Murray
R. David Murray added the comment: No, issue 2489 is a bug fix, and the inclusion of a feature request in it has already had an objection. This bug should stay open to cover the feature request, I think. The patch for the RFE is pretty simple... -- nosy: +r.david.murray stage: -> u

[issue967161] pty.spawn() enhancements

2009-06-01 Thread Fergus Henderson
Fergus Henderson added the comment: #1 is a duplicate of issue 2489 , which has a patch attached. According to the other discussion in this thread, #2 was a misunderstanding. So I think we could close this bug as a duplicate. -- nosy: +fergushenderson

[issue967161] pty.spawn() enhancements

2008-05-15 Thread Petr Splichal
Petr Splichal <[EMAIL PROTECTED]> added the comment: Is there any plan to modify pty.spawn() so that it reports child's status? I think this would be really a very useful feature. Thanx! -- nosy: +psss Tracker <[EMAIL PROTECTED]>