I have difficulty understanding the difference between zipfile.ZIP_DEFLATED and zipfile.ZIP_STORED compression modes of the zipfile module.
I have difficulty understanding the difference between zipfile.ZIP_DEFLATED and zipfile.ZIP_STORED compression modes of the
Share
ZIP_DEFLATEDcorrespond to an archive member (a file inside the archive) which is compressed (or deflated).ZIP_STOREDcorrespond to an archive member which is simply stored, without being compressed, quite the same as an archive member inside atarfile.