diff options
author | Steve Dower <steve.dower@python.org> | 2021-05-12 09:57:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 09:57:37 (GMT) |
commit | 378211f7789c4edf7385ff619fa74d6615bef242 (patch) | |
tree | a76a159db841112e3cc2e3b32ddb939ec3f3cba9 /Misc/NEWS.d/next | |
parent | 8a12f46dd8c780de84d78e6dd8350230e52e0c46 (diff) | |
download | cpython-378211f7789c4edf7385ff619fa74d6615bef242.zip cpython-378211f7789c4edf7385ff619fa74d6615bef242.tar.gz cpython-378211f7789c4edf7385ff619fa74d6615bef242.tar.bz2 |
bpo-44070: No longer eagerly makes import filenames absolute, except for extension modules (GH-26025) (#26028)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-05-10-22-30-12.bpo-44070.5bBtKx.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-05-10-22-30-12.bpo-44070.5bBtKx.rst b/Misc/NEWS.d/next/Core and Builtins/2021-05-10-22-30-12.bpo-44070.5bBtKx.rst new file mode 100644 index 0000000..6f7f307 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-05-10-22-30-12.bpo-44070.5bBtKx.rst @@ -0,0 +1,2 @@ +No longer eagerly makes import filenames absolute, except for extension +modules, which was introduced in 3.8.10. |