flvn.dev <flvn....@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue46024>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to