mirror of
https://github.com/python/cpython.git
synced 2026-02-22 07:00:51 +00:00
gh-140490: Document changes for PurePath.stem in Python 3.14 (#144450)
This commit is contained in:
parent
f4364a51c1
commit
16efaa225c
1 changed files with 4 additions and 0 deletions
|
|
@ -486,6 +486,10 @@ Pure paths provide the following methods and properties:
|
|||
>>> PurePosixPath('my/library').stem
|
||||
'library'
|
||||
|
||||
.. versionchanged:: 3.14
|
||||
|
||||
A single dot ("``.``") is considered a valid suffix.
|
||||
|
||||
|
||||
.. method:: PurePath.as_posix()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue