[issue24132] Direct sub-classing of pathlib.Path

Barney Gale report at bugs.python.org
Wed Mar 9 18:54:09 EST 2022


Barney Gale <barney.gale at gmail.com> added the comment:

If/when GH-31691 lands, I think this bug can be resolved: the original repro case will no longer raise AttributeError, and subclasses will be able to customize behaviour without needing to define further "flavour" or "accessor" subclasses.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue24132>
_______________________________________


More information about the Python-bugs-list mailing list