New submission from Brett Cannon <[email protected]>:
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 <[email protected]> <https://bugs.python.org/issue37449> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
