STINNER Victor added the comment:

Supporting file descriptor was also discussed when pathlib.Path was designed, 
but there was similar questions on the lifetime of the file descriptor. (Who is 
able to close it? When? Is it ok to close it using os.close? etc.)

----------

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

Reply via email to