Message179973
| Author |
sbt |
| Recipients |
amaury.forgeotdarc, ezio.melotti, pitrou, santoso.wijaya, sbt, socketpair, vstinner |
| Date |
2013年01月14日.19:55:51 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1358193351.48.0.0910036004229.issue12939@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
> Added some comments on Rietveld.
> The .fileno() method is missing. Can this cause a problem when the file
> is passed to stdlib functions? subprocess for example?
Thanks. An older version of the patch had a fileno() method which returned the handle -- but that would have confused anything that expects fileno() to return a true fd.
It would be possible to make fileno() lazily create an fd using open_osfhandle(). |
|