[issue28231] zipfile does not support pathlib

Serhiy Storchaka report at bugs.python.org
Mon Feb 27 12:36:17 EST 2017


Serhiy Storchaka added the comment:

I consider this a new feature.

Some modules got the support of path-like objects for free after implementing the support of path-like objects in os, os.path and io modules. But others need additional work for implementing it, writing tests and documentation. In case of zipfile this work is significant.

----------

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


More information about the Python-bugs-list mailing list