Pathlib absolute() vs. resolve()

I will also admit that maintaining the API for pathlib is tough. There’s currently no assigned expert for the module (I have contemplated signing myself up), and everyone wants everything solved by this module when it wasn’t meant to do that (e.g. we constantly get asked to add stuff from shutils into the pathlib.Path). So it’s a hard balance to strike of not bloating the class out with every variance while still being pragmatic with things.