[issue24132] Direct sub-classing of pathlib.Path

Richard report at bugs.python.org
Thu Sep 16 09:38:03 EDT 2021


Richard <nyuszika7h at gmail.com> added the comment:

I agree this would be nice. For now, I'm doing this as a hack:

class Path(type(pathlib.Path())):
    ...

----------
nosy: +nyuszika7h

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


More information about the Python-bugs-list mailing list