mirror of
https://github.com/python/cpython.git
synced 2026-07-30 13:46:45 -04:00
This method helped us customise the `UnsupportedOperation` message depending on the type. But we're aiming to make `PathBase` a proper ABC soon, so `NotImplementedError` is the right exception to raise there.