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 Marc.Abramowitz
Recipients Marc.Abramowitz, alex, barry, belopolsky, brett.cannon, ncoghlan, pitrou, rhettinger, vstinner
Date 2013-07-21.17:17:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374427051.22.0.981734276392.issue15805@psf.upfronthosting.co.za>
In-reply-to
Content
I agree also that io is a good place for the basic version that doesn't do file descriptor stuff and maybe the fancy file descriptor stuff should be a separate issue and should go in subprocess.

To move this along and generate more discussion, I took code from Nick earlier in the thread and made a little patch and a test program and put it in a gist:

https://gist.github.com/msabramo/6049140

If folks like that, I can convert the test program into an automated test. 

What do you guys think?
History
Date User Action Args
2013-07-21 17:17:31Marc.Abramowitzsetrecipients: + Marc.Abramowitz, barry, brett.cannon, rhettinger, ncoghlan, belopolsky, pitrou, vstinner, alex
2013-07-21 17:17:31Marc.Abramowitzsetmessageid: <1374427051.22.0.981734276392.issue15805@psf.upfronthosting.co.za>
2013-07-21 17:17:31Marc.Abramowitzlinkissue15805 messages
2013-07-21 17:17:30Marc.Abramowitzcreate