]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40148: Add PurePath.with_stem() (GH-19295)
authorTim Hoffmann <2836374+timhoffm@users.noreply.github.com>
Sun, 19 Apr 2020 15:29:49 +0000 (17:29 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Apr 2020 15:29:49 +0000 (17:29 +0200)
commit8aea4b3605059e243f1827d9328d6fc8d698c0a7
treec77751052337cc6b87f227905c8bb5b447157d2d
parentc8f1715283ec51822fb37a702bf253cbac1af276
bpo-40148: Add PurePath.with_stem() (GH-19295)

Add PurePath.with_stem()
Doc/library/pathlib.rst
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2020-04-19-14-16-43.bpo-40148.pDZR6V.rst [new file with mode: 0644]