[issue38924] pathlib paths .normalize()

Brett Cannon report at bugs.python.org
Wed Nov 27 12:28:57 EST 2019


Brett Cannon <brett at python.org> added the comment:

Do note that Path inherits from PurePath, so providing a normalize() method on the latter means it will end up on the former.

----------
nosy: +brett.cannon

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


More information about the Python-bugs-list mailing list