gh-140490: Document changes for PurePath.stem in Python 3.14 (#144450)

This commit is contained in:
kovan 2026-02-07 13:19:20 +01:00 committed by GitHub
parent f4364a51c1
commit 16efaa225c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()