Skip to content

os.path.ismount() wasn't added in Python 3.4 #117945

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nineteendo opened this issue Apr 16, 2024 · 0 comments
Closed

os.path.ismount() wasn't added in Python 3.4 #117945

nineteendo opened this issue Apr 16, 2024 · 0 comments
Labels
docs Documentation in the Doc dir

Comments

@nineteendo
Copy link
Contributor

nineteendo commented Apr 16, 2024

Documentation

The documentation of os.path.ismount() states it was added in Python 3.4:

New in version 3.4: Support for detecting non-root mount points on Windows.

That's clearly wrong, it should've been:

Changed in version 3.4: Support for detecting non-root mount points on Windows.

Linked PRs

@nineteendo nineteendo added the docs Documentation in the Doc dir label Apr 16, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Apr 16, 2024
(cherry picked from commit a23fa33)

Co-authored-by: Nice Zombies <[email protected]>
hauntsaninja pushed a commit that referenced this issue Apr 16, 2024
…117952)

gh-117945: Fix `os.path.ismount()` documentation (GH-117947)
(cherry picked from commit a23fa33)

Co-authored-by: Nice Zombies <[email protected]>
diegorusso pushed a commit to diegorusso/cpython that referenced this issue Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

2 participants