]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-19611)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 25 May 2020 20:01:20 +0000 (13:01 -0700)
committerGitHub <noreply@github.com>
Mon, 25 May 2020 20:01:20 +0000 (13:01 -0700)
commit318a18eb889e8733ffb25ada139fdd423606a609
treee2ba3e8f512b1d0f847a42d32696a34573991220
parent31084be618b6b7602d58e4d21ceef2e65ed8ef1b
bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-19611)

Co-authored-by: Sadhana Srinivasan <rotuna@Sadhanas-MBP.fritz.box>
(cherry picked from commit 448325369ff73011d34d6c3a493014fe3ead8843)

Co-authored-by: Rotuna <sadhanasrinivasan@protonmail.com>
Doc/library/pathlib.rst
Lib/pathlib.py
Misc/NEWS.d/next/Library/2020-04-20-22-08-36.bpo-23082.iX90Id.rst [new file with mode: 0644]