We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
os.path.ismount()
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
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.
The text was updated successfully, but these errors were encountered:
gh-117945: Fix os.path.ismount() documentation (#117947)
a23fa33
pythongh-117945: Fix os.path.ismount() documentation (pythonGH-117947)
758c828
(cherry picked from commit a23fa33) Co-authored-by: Nice Zombies <[email protected]>
[3.12] gh-117945: Fix os.path.ismount() documentation (GH-117947) (#…
5f4c7cf
…117952) gh-117945: Fix `os.path.ismount()` documentation (GH-117947) (cherry picked from commit a23fa33) Co-authored-by: Nice Zombies <[email protected]>
pythongh-117945: Fix os.path.ismount() documentation (python#117947)
3086198
No branches or pull requests
Documentation
The documentation of os.path.ismount() states it was added in Python 3.4:
That's clearly wrong, it should've been:
Linked PRs
os.path.ismount()
#117947os.path.ismount()
documentation (GH-117947) #117952The text was updated successfully, but these errors were encountered: