-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-74033: Fix bug when Path takes and ignores **kwargs #196 8000 32
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
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
4228d60
bpo-29847: Fix bug when Path takes and ignores **kwargs
uriyyo 72ffd24
Update Misc/NEWS.d/next/Library/2020-04-18-17-45-03.bpo-29847.Uxtbq0.rst
uriyyo fc740ec
Move tests from PathTest to _BasePathTest class
uriyyo 7dab30d
Fix bug when PurePath takes and ignores **kwargs
uriyyo 53c4b58
Update Lib/test/test_pathlib.py
uriyyo 7bbc2a3
Update Misc/NEWS.d/next/Library/2020-04-18-17-45-03.bpo-29847.Uxtbq0.rst
uriyyo 8ef2e9e
Merge branch 'main' into fix-issue-29847
iritkatriel 3311d75
Update Misc/NEWS.d/next/Library/2020-04-18-17-45-03.bpo-29847.Uxtbq0.rst
uriyyo 213940a
Merge remote-tracking branch 'upstream/main' into fix-issue-29847
uriyyo f021d2b
Remove kwargs from pathlib.Path; Remove redundant subclass test
uriyyo 6fa22de
Add deprecation warning when calling Path with **kwargs
uriyyo c654dda
Update Misc/NEWS.d/next/Library/2020-04-18-17-45-03.bpo-29847.Uxtbq0.rst
brettcannon 71f662f
Merge branch 'main' into fix-issue-29847
brettcannon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove kwargs from pathlib.Path; Remove redundant subclass test
- Loading branch information
commit f021d2b716b1f5af7859fb5e2e7035a03ed3560e
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.