GH-110109: pathlib ABCs: drop use of `warnings._deprecated()` (#113419)
The `pathlib._abc` module will be made available as a PyPI backport supporting Python 3.8+. The `warnings._deprecated()` function was only added last year, and it's private from an external package perspective, so here we switch to `warnings.warn()` instead.
B
Barney Gale committed
1b19d7376818d14ab865fa22cb66baeacdb88277
Parent: f8b6e17
Committed by GitHub <noreply@github.com>
on 12/27/2023, 3:40:03 PM