Python zipfile Functions

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

is_zipfile(filename) - Returns True if filename is a valid ZIP file based on its magic number, otherwise returns False.