8000 gh-74033: Fix bug when Path takes and ignores **kwargs by uriyyo · Pull Request #19632 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-74033: Fix bug when Path takes and ignores **kwargs #19632

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 13 commits into from
Jan 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
8000 Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2020-04-18-17-45-03.bpo-29847.Uxtbq0.rst
Co-Authored-By: Rémi Lapeyre <remi.lapeyre@henki.fr>
  • Loading branch information
uriyyo and Rémi Lapeyre authored Apr 21, 2020
commit 72ffd2464174752f17e69e4b44f015e53e29f990
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix bug when Path takes and ignores **kwargs
Fix bug where :class:`pathlib.Path` and its subclasses take and ignore `**kwargs`. Patch provided by Yurii Karabas.
0