Staging
v0.8.1
Revision c45a2aa9e255b5c7c211faa79f6b23895b64ab27 authored by Christoph Reiter on 28 January 2020, 09:41:50 UTC, committed by Steve Dower on 28 January 2020, 09:41:50 UTC
In bpo-36264 os.path.expanduser was changed to ignore HOME on Windows.

Path.expanduser/home still honored HOME despite being documented as behaving the same
as os.path.expanduser. This makes them also ignore HOME so that both implementations
behave the same way again.
1 parent 61f4db8
History
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 42.7 KB
python.c -rw-r--r-- 298 bytes

README

back to top