[issue37449] Move ensurepip off of pkgutil and to importlib.resources

Brett Cannon report at bugs.python.org
Sat Jun 29 22:12:52 EDT 2019


New submission from Brett Cannon <brett at python.org>:

ensurepip is using pkgutil.get_data() which isn't as clean as importlib.resources for reading data from within a package.

----------
components: Library (Lib)
messages: 346907
nosy: brett.cannon
priority: normal
severity: normal
stage: needs patch
status: open
title: Move ensurepip off of pkgutil and to importlib.resources
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37449>
_______________________________________


More information about the Python-bugs-list mailing list