Skip to content

pathlib.Path.absolute not marked as "new in version 3.11" #99387

Closed as not planned
@tudortimi

Description

@tudortimi

New methods are generally marked as "new in version X". For example, pathlib.Path.is_relative_to is marked as "new in version 3.9" : https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.is_relative_to

image

pathlib.Path.absolute was added in version 3.11, but is not marked as such: https://docs.python.org/3/library/pathlib.html#pathlib.Path.absolute

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.11only security fixes3.12only security fixesdocsDocumentation in the Doc dirtopic-pathlib

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions