Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

pathlib.PurePath.stem has a unlisted Python 3.14 change #140490

Open
Labels
@kesara

Description

@kesara

Documentation

Python 3.14 has a change that "A single dot (”.”) is considered a valid suffix."

This is not listed inpathlib.PurePath.stem documentation.
But Python 3.14 changes whatstem returns because single dot is considered a valid suffix.

Python 3.14:

>>> PurePosixPath('my/library.').stem'library'

Python 3.13:

>>> PurePosixPath('my/library.').stem'library.'

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2026 Movatter.jp