Staging
v0.5.1
https://github.com/python/cpython
Revision abde52cd8e31830bfc06c5803221faae6172104a authored by Steve Dower on 15 November 2019, 17:49:21 UTC, committed by GitHub on 15 November 2019, 17:49:21 UTC
Ensure isabs() is always True for \\?\ prefixed paths
Avoid unnecessary usage of readlink() to avoid resolving broken links incorrectly
Ensure shutil tests run in test directory
1 parent b220300
Raw File
Tip revision: abde52cd8e31830bfc06c5803221faae6172104a authored by Steve Dower on 15 November 2019, 17:49:21 UTC
bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967)
Tip revision: abde52c
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top