]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39897: Remove needless `Path(self.parent)` call, which makes `is_mount()` misbeha...
authorBarney Gale <barney.gale@gmail.com>
Fri, 17 Apr 2020 17:42:06 +0000 (18:42 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2020 17:42:06 +0000 (19:42 +0200)
commitc746c4f353510a17683a49ed7f90ffaae664ff7b
tree6573fb3fa30ecb62e63542cd7e068cd64f4db412
parent75a3378810bab03949ad9f653f78d933bdf3879c
bpo-39897: Remove needless `Path(self.parent)` call, which makes `is_mount()` misbehave in `Path` subclasses. (GH-18839)
Lib/pathlib.py