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
Create modular packages for zipfile and test_zipfile #98098
Labels
type-feature
A feature request or enhancement
Comments
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Oct 8, 2022
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Oct 8, 2022
|
I tried moving most of |
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Oct 8, 2022
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Oct 8, 2022
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Oct 8, 2022
jaraco
added a commit
to jaraco/zipp
that referenced
this issue
Oct 8, 2022
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Nov 26, 2022
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Nov 26, 2022
jaraco
added a commit
that referenced
this issue
Nov 26, 2022
* gh-98098: Move zipfile into a package. * Moved test_zipfile to a package * Extracted module for test_path. * Add blurb * Add jaraco as owner of zipfile.Path. * Synchronize with minor changes found at jaraco/zipp@d9e7f4352d.
jaraco
added a commit
that referenced
this issue
Nov 26, 2022
* gh-98098: Move zipfile into a package. * Moved test_zipfile to a package * Extracted module for test_path. * Add blurb * Add jaraco as owner of zipfile.Path. * Synchronize with minor changes found at jaraco/zipp@d9e7f4352d. * gh-98108: Sync with zipp 3.9.1 adding pickleability.
|
Looks like this can be closed, but not touching it since I see it was assigned to Yhg1s and I don't know what that means |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jaraco commentedOct 8, 2022
•
edited by bedevere-bot
I'm about to embark on once again syncing changes from zipp to
zipfile.Historically, I've manually copied the contents of the cpython branch to the relevant files in this repository, but that process is error prone (because it involves syncing a whole file to a portion of another file).
I'd like to instead create packages for
zipfileandtest_zipfile, such that the functionality that's synced withzippcan be kept separate from other zipfile functionality. Moreover, late versions ofzippbring in extra dependencies so a package can also serve as a home to vendor such functionality.I'm not suggesting to change the user's signature at all. The names will still be presented through the
zipfilemodule unchanged.Linked PRs
The text was updated successfully, but these errors were encountered: