Closed
Description
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.