Skip to content

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

Closed
@nineteendo

Description

@nineteendo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions