Is python gzip.open not fully implemented on Windows?
At least on my system (Windows 11 Enterprise, Python 3.12.2), using gzip.open(filename, 'wb')
to write a compressed file creates an empty .gz file, despite reporting having written data.
At least on my system (Windows 11 Enterprise, Python 3.12.2), using gzip.open(filename, 'wb')
to write a compressed file creates an empty .gz file, despite reporting having written data.