diff options
author | Barney Gale <barney.gale@gmail.com> | 2022-05-10 00:12:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 00:12:16 (GMT) |
commit | dcdf250d2de1428f7d8b4e9ecf51d2fd8200e21a (patch) | |
tree | 73abe338405d711454c8dc931a87c2e45ba23da5 /Doc/whatsnew/2.4.rst | |
parent | cb35402c1867b48704c2de1d1efd465ca738f374 (diff) | |
download | cpython-dcdf250d2de1428f7d8b4e9ecf51d2fd8200e21a.zip cpython-dcdf250d2de1428f7d8b4e9ecf51d2fd8200e21a.tar.gz cpython-dcdf250d2de1428f7d8b4e9ecf51d2fd8200e21a.tar.bz2 |
gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)
We could try to remedy this by taking a slice, but we then run into an issue where the empty string will match altsep on POSIX. That rabbit hole could keep getting deeper.
A proper fix for the original issue involves making pathlib's path normalisation more configurable - in this case we want to retain trailing slashes, but in other we might want to preserve `./` prefixes, or elide `../` segments when we're sure we won't encounter symlinks.
This reverts commit ea2f5bcda1a392804487e6883be89fbad38a01a5.
Diffstat (limited to 'Doc/whatsnew/2.4.rst')
0 files changed, 0 insertions, 0 deletions