summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2021-04-09 22:06:17 (GMT)
committerGitHub <noreply@github.com>2021-04-09 22:06:17 (GMT)
commiteed7686e9fe22a3eb5e1a1fc7d27c27fca070bd1 (patch)
tree3a33f24fca58c581d025a99d320293145b85d5e7 /Misc/NEWS.d/next/Core and Builtins
parentffb05bbb30fa82dbe887981bdabd65af7daffcd1 (diff)
downloadcpython-eed7686e9fe22a3eb5e1a1fc7d27c27fca070bd1.zip
cpython-eed7686e9fe22a3eb5e1a1fc7d27c27fca070bd1.tar.gz
cpython-eed7686e9fe22a3eb5e1a1fc7d27c27fca070bd1.tar.bz2
bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121)
Diffstat (limited to 'Misc/NEWS.d/next/Core and Builtins')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-03-31-20-35-11.bpo-43105.PBVmHm.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-03-31-20-35-11.bpo-43105.PBVmHm.rst b/Misc/NEWS.d/next/Core and Builtins/2021-03-31-20-35-11.bpo-43105.PBVmHm.rst
new file mode 100644
index 0000000..dd4c186
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2021-03-31-20-35-11.bpo-43105.PBVmHm.rst
@@ -0,0 +1,2 @@
+Importlib now resolves relative paths when creating module spec objects from
+file locations.