◐ Shell
clean mode source ↗

[3.10] gh-100783: fix os.path.join documentation (GH-100811) by miss-islington · Pull Request #100844 · python/cpython

- 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
(cherry picked from commit 53455a3)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>

This was referenced

Jan 8, 2023

hauntsaninja