[3.8] bpo-28494: Test existing zipfile working behavior. (GH-15853) by miss-islington · Pull Request #15891 · python/cpython (original) (raw)

Add unittests for executables with a zipfile appended to test_zipfile, as zipfile.is_zipfile and zipfile.ZipFile work properly on these today.
(cherry picked from commit 3f4db4a)

Co-authored-by: Gregory P. Smith greg@krypto.org

https://bugs.python.org/issue28494

Automerge-Triggered-By: @gpshead