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
Raw File
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top