]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100783: fix os.path.join documentation (#100811)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Sun, 8 Jan 2023 08:51:30 +0000 (00:51 -0800)
committerGitHub <noreply@github.com>
Sun, 8 Jan 2023 08:51:30 +0000 (00:51 -0800)
commit53455a319f3f2e5609fca2a313ea356fba318665
treecd15f77d3b00615c42f06290d696415b2f27f06b
parent909982e82aa73fe5a75d5ab75fbaf84539a0c5e3
gh-100783: fix os.path.join documentation (#100811)

- Use "drive", not "drive letter", because of UNC paths
- Previous components are not thrown away from relative drive letters
- Use "segment" instead of "component" for consistency with pathlib
- Other miscellaneous improvements
Doc/library/os.path.rst