-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
compatibility 🤝Compatibility with stdlib pathlibCompatibility with stdlib pathlibenhancement 🚀New feature or requestNew feature or request
Milestone
Description
This will be the next big change in UPath.
In the near future we will derive from pathlib_abc.PathBase:
from pathlib_abc import PathBase
class UPath(PathBase):
...We will have to consider a few things before this is possible:
- a clean deprecation mechanism for code that checks
isinstance(p, Path) - how do
WindowsUPathandPosixUPathchange?
ilkecan and BartSchuurmans
Metadata
Metadata
Assignees
Labels
compatibility 🤝Compatibility with stdlib pathlibCompatibility with stdlib pathlibenhancement 🚀New feature or requestNew feature or request