[issue21044] tarfile does not handle file .name being an int

Éric Araujo report at bugs.python.org
Mon Mar 24 23:57:54 CET 2014


Éric Araujo added the comment:

Isn’t the bug here really that TemporaryFile has a name attribute that’s not a string?  I don’t see how an integer name makes sense within the IO system.

----------
nosy: +eric.araujo

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


More information about the Python-bugs-list mailing list