gzip.decompress(data)
Decompress the data, returning a bytes
object containing the uncompressed data.
New in version 3.2.
gzip.decompress(data)
Decompress the data, returning a bytes
object containing the uncompressed data.
New in version 3.2.
Please login to continue.