gh-98098: Create packages from zipfile and test_zipfile#98103
gh-98098: Create packages from zipfile and test_zipfile#98103jaraco merged 8 commits intopython:mainfrom
Conversation
jaraco
commented
Oct 8, 2022
- Create modular packages for zipfile and test_zipfile #98098: Move zipfile into a package.
- Moved test_zipfile to a package
- Extracted module for test_path.
|
See the new modules in #98109 that illustrate the importance of having a package in test_zipfile. |
|
I also observe that |
|
|
|
|
|
Nice - this PR broke the world. I think the issue is that moving files is dangerous and a manifest somewhere needs to be updated to match what was changed in the sources. |