Uh oh!
There was an error while loading. Please reload this page.
gh-109782: Ensure os.path.isdir has the same signature on all platforms - #109790
Conversation
0628d63 to
13d10dfCompareos.path.isdir has the same signature on all platformszooba
commented
Sep 26, 2023
I don't think we need a test for this. More likely we need a written policy somewhere about how named arguments are handled in accelerator functions (which will probably retrigger the discussion about named vs. position-only arguments again). |
This comment was marked as outdated.
This comment was marked as outdated.
zooba
commented
Sep 28, 2023
Thanks! |
AlexWaygood
commented
Sep 28, 2023
FYI I'm planning to backport this, but only for 3.12.1 (it's not important enough to be backported this close to the release date for 3.12.0) |
miss-islington
commented
Oct 2, 2023
Thanks @aminalaee for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
miss-islington
commented
Oct 2, 2023
Sorry, @aminalaee and @zooba, I could not cleanly backport this to |
GH-110233 is a backport of this pull request to the 3.12 branch. |
To fix the
os.path.isdirsignature for Windows to be the same as genericpath version.