diff options
author | Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com> | 2019-09-13 16:01:20 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-09-13 16:01:20 (GMT) |
commit | 2ccb50cf773881255c5669942a093eb68ad042f6 (patch) | |
tree | b05ba5fc13c91c5c45ad1cb3d35e6dbc2cbc040c /Misc/NEWS.d/next/Library | |
parent | d6a9d17d8b6c68073931dd8ffa213b4ac351a4ab (diff) | |
download | cpython-2ccb50cf773881255c5669942a093eb68ad042f6.zip cpython-2ccb50cf773881255c5669942a093eb68ad042f6.tar.gz cpython-2ccb50cf773881255c5669942a093eb68ad042f6.tar.bz2 |
bpo-37449: Move ensurepip off of pkgutil and to importlib.resources (GH-15109)
Move ensurepip off of pkgutil and to importlib.resources.
https://bugs.python.org/issue37449
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-08-04-17-22-33.bpo-37449.ycbL2z.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-08-04-17-22-33.bpo-37449.ycbL2z.rst b/Misc/NEWS.d/next/Library/2019-08-04-17-22-33.bpo-37449.ycbL2z.rst new file mode 100644 index 0000000..b34bfea --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-08-04-17-22-33.bpo-37449.ycbL2z.rst @@ -0,0 +1,2 @@ +`ensurepip` now uses `importlib.resources.read_binary()` to read data instead of `pkgutil.get_data()`.
+Patch by Joannah Nanjekye.
\ No newline at end of file |