-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Several bugfixes for zipfile.Path #106752
Labels
type-bug
An unexpected behavior, bug, or error
Comments
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Jul 14, 2023
As I'm preparing a pull request, I observe the introduction of the 'glob' module means some refactoring is going to be necessary to keep that module private. |
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Jul 14, 2023
…ve supplementary behavior.
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Jul 14, 2023
…ve supplementary behavior.
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Jul 14, 2023
jaraco
added a commit
that referenced
this issue
Jul 14, 2023
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Jul 14, 2023
…onGH-106753) * pythongh-106752: Move zipfile._path into its own package so it may have supplementary behavior. * Add blurb. (cherry picked from commit 03185f0) Co-authored-by: Jason R. Coombs <[email protected]>
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Jul 14, 2023
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Jul 14, 2023
jaraco
added a commit
that referenced
this issue
Jul 15, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 15, 2023
* pythongh-106752: Sync with zipp 3.16.2 * Add blurb (cherry picked from commit 22980dc) Co-authored-by: Jason R. Coombs <[email protected]>
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Jul 15, 2023
* pythongh-106752: Sync with zipp 3.16.2 * Add blurb (cherry picked from commit 22980dc)
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Jul 15, 2023
* pythongh-106752: Sync with zipp 3.16.2 * Add blurb. (cherry picked from commit 22980dc) Co-authored-by: Jason R. Coombs <[email protected]>
jaraco
added a commit
that referenced
this issue
Jul 15, 2023
jaraco
added a commit
that referenced
this issue
Jul 15, 2023
* gh-106752: Sync with zipp 3.16.2 (#106757) * gh-106752: Sync with zipp 3.16.2 * Add blurb (cherry picked from commit 22980dc) * [3.11] gh-106752: Sync with zipp 3.16.2 (GH-106757) * gh-106752: Sync with zipp 3.16.2 * Add blurb. (cherry picked from commit 22980dc) Co-authored-by: Jason R. Coombs <[email protected]> * Remove Python 3.12 concerns from changelog.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The 3.16.2 release of zipp saw several bug fixes. Let's apply those to CPython.
Linked PRs
The text was updated successfully, but these errors were encountered: