Ravencentric

Results 60 comments of 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. ![1QLcu2f](https://github.com/rsalmei/alive-progress/assets/78981416/b30e2f16-47e6-442a-8412-9c313ab27e5a) ![pdVyt5A](https://github.com/rsalmei/alive-progress/assets/78981416/d49dda09-751f-4ee0-b469-aadb3b2c8023)

Could it be because we are on different versions? ![v6UdYt1](https://github.com/rsalmei/alive-progress/assets/78981416/4ed24dce-e150-42e7-baf0-6e79ddcc4955)

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!