diff options
author | Thomas Grainger <tagrain@gmail.com> | 2021-07-21 11:47:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 11:47:44 (GMT) |
commit | ab7fcc8fbdc11091370deeb000a787fb02f9b13d (patch) | |
tree | 65c03b95e2e331d79311c39a872ed11c14e3893c /Misc | |
parent | 64f54b7ccd49764b0304e076bfd79b5482988f53 (diff) | |
download | cpython-ab7fcc8fbdc11091370deeb000a787fb02f9b13d.zip cpython-ab7fcc8fbdc11091370deeb000a787fb02f9b13d.tar.gz cpython-ab7fcc8fbdc11091370deeb000a787fb02f9b13d.tar.bz2 |
bpo-44686 replace unittest.mock._importer with pkgutil.resolve_name (GH-18544)
Automerge-Triggered-By: GH:cjw296
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-07-20-19-35-49.bpo-44686.ucCGhu.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-07-20-19-35-49.bpo-44686.ucCGhu.rst b/Misc/NEWS.d/next/Library/2021-07-20-19-35-49.bpo-44686.ucCGhu.rst new file mode 100644 index 0000000..d9c7802 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-07-20-19-35-49.bpo-44686.ucCGhu.rst @@ -0,0 +1 @@ +Replace ``unittest.mock._importer`` with ``pkgutil.resolve_name``. |