[issue17895] TemporaryFile name returns an integer in python3

Serhiy Storchaka report at bugs.python.org
Fri May 3 19:57:11 CEST 2013


Serhiy Storchaka added the comment:

http://docs.python.org/3/library/io.html#io.FileIO.name

    The file name. This is the file descriptor of the file when no name is given in the constructor.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list