[issue26318] `io.open(fd, ...).name` returns numeric fd instead of None

Марк Коренберг report at bugs.python.org
Tue Feb 9 06:55:30 EST 2016


Марк Коренберг added the comment:

In particular, `io.open(fd, ...)` can not be used with tarfile, since it use it's "name" property, and think that it is real file name, and not expecte it to be int.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26318>
_______________________________________


More information about the Python-bugs-list mailing list