0
0
mirror of https://github.com/python/cpython.git synced 2024-11-21 21:09:37 +01:00
cpython/Lib/ensurepip
wim glenn afb2eed72b
bpo-37449: ensurepip uses importlib.resources.files() traversable APIs (#22659)
* `ensurepip` now uses `importlib.resources.files()` traversable APIs

* Update Lib/ensurepip/__init__.py

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>

* Update Misc/NEWS.d/next/Library/2020-10-11-20-23-48.bpo-37449.f-t3V6.rst

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
2021-06-06 22:14:47 -04:00
..
_bundled bpo-37449: ensurepip uses importlib.resources.files() traversable APIs (#22659) 2021-06-06 22:14:47 -04:00
__init__.py bpo-37449: ensurepip uses importlib.resources.files() traversable APIs (#22659) 2021-06-06 22:14:47 -04:00
__main__.py
_uninstall.py