[issue39899] `pathlib.Path.expanduser()` does not call `os.path.expanduser()`

Serhiy Storchaka report at bugs.python.org
Sun Mar 8 06:41:39 EDT 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

It was discussed in issue19776.

Having separate implementation we can avoid design flaws of os.path.expanduser().

----------

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


More information about the Python-bugs-list mailing list