Message 215835 - Python tracker

Message215835

Author benjamin.peterson
Recipients Dima.Tisnek, benjamin.peterson
Date 2014-04-09.19:01:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397070066.94.0.712360766779.issue21191@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is just won't fix. I agree the behavior in 3.x is better, but at least fdopen() is consistent about closing in 2.x, so you could work around it by dupping the fd.
History
Date User Action Args
2014-04-09 19:01:06benjamin.petersonsetrecipients: + benjamin.peterson, Dima.Tisnek
2014-04-09 19:01:06benjamin.petersonsetmessageid: <1397070066.94.0.712360766779.issue21191@psf.upfronthosting.co.za>
2014-04-09 19:01:06benjamin.petersonlinkissue21191 messages
2014-04-09 19:01:06benjamin.petersoncreate