We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5216a commit aebc43cCopy full SHA for aebc43c
Doc/library/pathlib.rst
@@ -488,9 +488,7 @@ Pure paths provide the following methods and properties:
488
489
.. versionchanged:: 3.14
490
491
- A single dot ("``.``") is now considered a valid suffix, which affects
492
- the value of *stem*. In previous versions, ``PurePosixPath('my/file.').stem``
493
- returned ``'file.'``; it now returns ``'file'``.
+ A single dot ("``.``") is now considered a valid suffix.
494
495
496
.. method:: PurePath.as_posix()
0 commit comments