Open
Description
Hi, I don’t know if I’m misunderstanding the nature of the ‘shim’ here but the 3.12 slots are not actually being populated in the UPath
as I expected when I found this code. Specifically accessing _raw_paths
fails.
I was really hoping to find a backport for this as it’s used in my library to preserve the leading ./
part of relative file paths like ./foo.txt
which regular Path “normalises” to foo.txt
.
Have I misunderstood the purpose of the shim class or is this a bug?