cpython icon indicating copy to clipboard operation
cpython copied to clipboard

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

Open tudortimi opened this issue 3 years ago • 0 comments

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

tudortimi avatar Nov 11 '22 17:11 tudortimi