summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2021-07-21 11:47:44 (GMT)
committerGitHub <noreply@github.com>2021-07-21 11:47:44 (GMT)
commitab7fcc8fbdc11091370deeb000a787fb02f9b13d (patch)
tree65c03b95e2e331d79311c39a872ed11c14e3893c /Misc
parent64f54b7ccd49764b0304e076bfd79b5482988f53 (diff)
downloadcpython-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.rst1
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``.