[issue38883] Path.home() should ignore HOME env var like os.path.expanduser()

Steve Dower report at bugs.python.org
Tue Jan 28 04:42:11 EST 2020


Steve Dower <steve.dower at python.org> added the comment:


New changeset c45a2aa9e255b5c7c211faa79f6b23895b64ab27 by Steve Dower (Christoph Reiter) in branch 'master':
bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windows (GH-17961)
https://github.com/python/cpython/commit/c45a2aa9e255b5c7c211faa79f6b23895b64ab27


----------

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


More information about the Python-bugs-list mailing list