-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-42090: zipfile.Path.joinpath now accepts multiple arguments #22976
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
bpo-42090: zipfile.Path.joinpath now accepts multiple arguments #22976
Conversation
… matching pathlib.Path.
Hi Tal. Good to meet you this week. Github suggests you might be a good reviewer for this change. Please take a look, or let me know if you'd rather not receive requests like these. |
Hey @jaraco! I'm happy to receive such requests :) This seems like a straightforward improvement. I think this should be mentioned in the docs, though. Strange that this method is undocumented; is that intentional? Seems like a good opportunity to fix this? |
I had the same instinct, but didn't feel motivated enough to include it in this change. I'll add it. |
This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Hi Tal. The latest commit includes docs. Please have a new look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from my perspective. Thanks for updating the documentation.
…onGH-22976) Automerge-Triggered-By: GH:jaraco
https://bugs.python.org/issue42090
Automerge-Triggered-By: GH:jaraco