mirror of
https://github.com/python/cpython.git
synced 2026-06-07 12:00:30 -04:00
1b19d73768
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.