Ravencentric
Ravencentric
Same thing, it ends up "eating" away the newline. I was able to reproduce this on a different windows machine so it's likely a Windows issue. Don't have any unix...
I get the same result. I'm on Windows 11 Pro 22H2 if that matters.  
Could it be because we are on different versions? 
That's just the python venv im using to isolate any other package from interfering ```console > python --version Python 3.11.5 ``` ```console > pip list Package Version -------------- ------- about-time...
`SevenZipFile.getnames()` is the equivalent of `ZipFile.namelist()`. I had the same issue and ended up writing a wrapper for common archive formats [here](https://github.com/Ravencentric/archivefile).
It does raise FileExistsError if the file already exists. It's in the test case [here](https://github.com/miurahr/py7zr/pull/588/files#diff-29093b485f46bc37dda5e0854cfc54e289f24e206207afb81dff1c527cb001a7R32).
Is that a big blocker? If so, is there anything I can do here or do I just close this?
Understood, thank you!
Makes sense, thank you!