[issue46024] Different behaviour with zipfile

flvn.dev report at bugs.python.org
Mon Dec 20 07:15:37 EST 2021


flvn.dev <flvn.dev at protonmail.com> added the comment:

The output of:

```python
print(repr(path), repr(ZipPath(path)))

```

gives this in both versions:

```
PosixPath('logs/2020/2020101.zip') Path('logs/2020/2020101.zip', '')
PosixPath('logs/2021/2021101.zip') Path('logs/2021/2021101.zip', '')
```

----------

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


More information about the Python-bugs-list mailing list