Python gzip Functions

EditRocket provides the following information on gzip functions in the Python source code builder.

open(filename[, mode[, compresslevel]]) - This is a shorthand for GzipFile(filename, mode, compresslevel).