Closed
Description
I've logged a CPython PR that adds a private pathlib._VirtualPath
class:
If/when that lands, it's not much more work to drop the underscore and introduce pathlib.VirtualPath
to the world. This would be Python 3.13 at the earliest.
Would it be suitable for use in universal_pathlib? It would be great to hear your feedback, thank you.