Message5124

Author pjenvey
Recipients fwierzbicki, pjenvey, ssteiner
Date 2009-09-09.05:28:14
SpamBayes Score 9.1135576e-07
Marked as misclassified No
Message-id <1252474094.96.0.243213148402.issue1453@psf.upfronthosting.co.za>
In-reply-to
Content
I was able to reproduce this on Windows XP Java 6. Seems due to Java 
Windows process handling weirdness as it doesn't happen on POSIX. I'm 
not sure there's much we can do about it, Jython 2.2 did it too

As Simon points out people should be using subprocess instead anyway -- 
particularly since os.popen3 is eventually going away
History
Date User Action Args
2009-09-09 05:28:14pjenveysetmessageid: <1252474094.96.0.243213148402.issue1453@psf.upfronthosting.co.za>
2009-09-09 05:28:14pjenveysetrecipients: + pjenvey, fwierzbicki, ssteiner
2009-09-09 05:28:14pjenveylinkissue1453 messages
2009-09-09 05:28:14pjenveycreate