8000 gh-108303: Move `zip` and `tar` archives to `Lib/test/archivetestdata` by sobolevn · Pull Request #111549 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-108303: Move zip and tar archives to Lib/test/archivetestdata #111549

8000 New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge
  • Loading branch information
sobolevn committed Nov 4, 2023
commit 059bd20412380df2593f40aa917378b0662fb025
3 changes: 1 addition & 2 deletions Lib/test/archivetestdata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## `test_zipfile`

The test executables in this directory are created manually from `header.sh` and
the `testdata_module_inside_zip.py` file. You must have infozip's zip utility
the `testdata_module_inside_zip.py` file. You must have Info-ZIP's zip utility
installed (`apt install zip` on Debian).

### Purpose of `exe_with_zip` and `exe_with_z64`
Expand Down Expand Up @@ -34,4 +34,3 @@ zip -0 <testdata_module_inside_zip.py >zip64.zip
cat header.sh zip64.zip >exe_with_z64
rm zip64.zip
```

You are viewing a condensed version of this merge commit. You can view the full changes here.
0