diff options
author | Barney Gale <barney.gale@gmail.com> | 2023-12-27 15:40:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-27 15:40:03 +0000 |
commit | 1b19d7376818d14ab865fa22cb66baeacdb88277 (patch) | |
tree | dd51850f3490433f17896c242eb7c21ad8e77546 /Lib/tarfile.py | |
parent | f8b6e171ad79bf3e57e39ebc0d96ad097a310cbf (diff) | |
download | cpython-1b19d7376818d14ab865fa22cb66baeacdb88277.tar.gz cpython-1b19d7376818d14ab865fa22cb66baeacdb88277.zip |
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.
Diffstat (limited to 'Lib/tarfile.py')
0 files changed, 0 insertions, 0 deletions