mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
gh-140490: Document changes for PurePath.stem in Python 3.14 (#144450)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user