]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix zipfile packaging after GH-98103 (GH-99797)
authorJason R. Coombs <jaraco@jaraco.com>
Sat, 26 Nov 2022 18:00:05 +0000 (13:00 -0500)
committerGitHub <noreply@github.com>
Sat, 26 Nov 2022 18:00:05 +0000 (13:00 -0500)
commit003f341e99234cf6088341e746ffef15e12ccda2
treee5dd021337a7b1625125d9db7e2cf5b93aa55b6a
parent78365b8e283c78e23725748500f48dd2c2ca1161
Fix zipfile packaging after GH-98103 (GH-99797)

* Add zipfile and test_zipfile to list of packages. Fixes regression introduced in #98103.

* Restore support for py -m test.test_zipfile
Lib/test/test_zipfile/__main__.py [new file with mode: 0644]
Makefile.pre.in