commit | 3f4db4a0bab073b768fae958e93288bd5d24eadd | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Tue Sep 10 17:14:11 2019 +0100 |
committer | T. Wouters <thomas@python.org> | Tue Sep 10 09:14:11 2019 -0700 |
tree | bc1758c4cb751641531f1440e8ff6177cbd31754 | |
parent | afdeb189e97033b54cef44a7490d89d2013cb4e5 [diff] |
bpo-28494: Test existing zipfile working behavior. (GH-15853) Add unittests for executables with a zipfile appended to test_zipfile, as zipfile.is_zipfile and zipfile.ZipFile work properly on these today.