Staging
v0.5.1
https://github.com/python/cpython
Revision 111772fc27cfe388bc060f019d68a3e33481ec65 authored by Toke Høiland-Jørgensen on 17 November 2019, 17:06:38 UTC, committed by Serhiy Storchaka on 17 November 2019, 17:06:38 UTC
Fix also the Path.symplink() method implementation for the case when
symlinks are not supported.
1 parent 645005e
Raw File
Tip revision: 111772fc27cfe388bc060f019d68a3e33481ec65 authored by Toke Høiland-Jørgensen on 17 November 2019, 17:06:38 UTC
bpo-38811: Check for presence of os.link method in pathlib. (GH-17170)
Tip revision: 111772f
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top