[issue46024] Different behaviour with zipfile

Eric V. Smith report at bugs.python.org
Thu Dec 9 11:41:28 EST 2021


Eric V. Smith <eric at trueblade.com> added the comment:

What does "path" (the input to ZipPath) look like?

Please change your print statement to:
print(repr(path), ZipPath(path).name)

Then send us the output from each version of python.

----------
nosy: +eric.smith

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46024>
_______________________________________


More information about the Python-bugs-list mailing list