[issue40752] Implement PurePath.__len__

Ram Rachum report at bugs.python.org
Sun May 24 04:12:57 EDT 2020


Ram Rachum <ram at rachum.com> added the comment:

Just return len(str(path)). I put the use case on the PR on GitHub.

----------

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


More information about the Python-bugs-list mailing list