Richard Oudkerk added the comment:

> 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().

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12939>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to