gh-99387: Update pathlib.Path.absolute() docs to add versionadded#99416
gh-99387: Update pathlib.Path.absolute() docs to add versionadded#99416Reddragonemperor58 wants to merge 4 commits intopython:mainfrom
pathlib.Path.absolute() docs to add versionadded#99416Conversation
| >>> p.absolute() | ||
| PosixPath('/home/antoine/pathlib/tests') | ||
|
|
||
| .. versionadded:: 3.11 |
There was a problem hiding this comment.
| .. versionadded:: 3.11 | |
| .. versionadded:: 3.4 |
But per Brandt, this likely isn't needed at all.
A
There was a problem hiding this comment.
yeah my bad I was committing changes when he posted and I didn't see that but still
@AA-Turner isn't it 3.11?
There was a problem hiding this comment.
This is marked as resolved, though you haven't pushed the change yet -- is this intentional?
A
There was a problem hiding this comment.
No i didn't understand the term!
i just clicked on it and was waiting for your reply then I saw it was changed to unresolved;😅
and the resolved thing was trailing whitespaces
|
@AA-Turner IMO, kind of strange to mark it as "added in 3.4", since pathlib itself was added in 3.4. The philosophical issue in #99387 remains. |
pathlib.Path.absolute() docs to add versionadded
|
The decision in the issue is to not make any changes. Thanks anyway for the PR, @Reddragonemperor58 ! |
#99387: committed changes to tech documentation under the path.absolute() function