[issue19776] Provide expanduser() on Path objects

Roman Inflianskas report at bugs.python.org
Sat Apr 26 21:55:20 CEST 2014


Roman Inflianskas added the comment:

I think that `absolute` method should call `expanduser` and `expandvars` (do you plan to include it?) automatically. This should be optional (via default arguments: `expanduser=True, expandvars=True`.

----------
nosy: +rominf

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19776>
_______________________________________


More information about the Python-bugs-list mailing list