[issue28231] zipfile does not support pathlib

Serhiy Storchaka report at bugs.python.org
Wed Jan 11 02:01:41 EST 2017


Serhiy Storchaka added the comment:

> I am not sure what "Shouldn't the ZipFile.filename attribute be converted to str?" means, can you elaborate?

If you pass a Path object to ZipFile constructor, should the filename attribute be a Path object or a str?

----------

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


More information about the Python-bugs-list mailing list