mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
7146f18946
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.