-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
GH-74033: Drop deprecated pathlib.Path
keyword arguments
#118793
Conversation
Remove support for supplying keyword arguments to `pathlib.Path()`. This has been deprecated since Python 3.12.
pathlib.Path()
keyword argumentspathlib.Path
keyword arguments
Depends on #118780 to remove the other usages of |
@pablogsal this undoes a change to the IO tests that you made in 90a1b28. I don't quite understand what's going on here 🙃 but the removal of |
It looks like |
I've logged #119049 for the |
|
|
…hon#118793) Remove support for supplying keyword arguments to `pathlib.Path()`. This has been deprecated since Python 3.12.
Remove support for supplying keyword arguments to
pathlib.Path()
. This has been deprecated since Python 3.12.📚 Documentation preview 📚: https://cpython-previews--118793.org.readthedocs.build/