]> granicus.if.org Git - python/commit
bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282)
authorAnthony Sottile <asottile@umich.edu>
Tue, 12 Mar 2019 15:39:57 +0000 (08:39 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Tue, 12 Mar 2019 15:39:57 +0000 (08:39 -0700)
commit25ec4a45dcc36c8087f93bd1634b311613244fc6
tree1e5e08a4ee2c9f1625ad980528285cd7b3d4d5fd
parent410aea1ebf2f56364369be3b477763ce78577c07
bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282)
Lib/distutils/tests/test_config.py
Lib/distutils/tests/test_dist.py
Lib/ntpath.py
Lib/test/test_netrc.py
Lib/test/test_ntpath.py
Misc/NEWS.d/next/Windows/2019-03-11-09-33-47.bpo-36264.rTzWce.rst [new file with mode: 0644]