diff options
author | Brett Cannon <brett@python.org> | 2021-04-02 19:35:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-02 19:35:32 (GMT) |
commit | f97dc800689ba98783dac8dc51f87f7c6f413ac6 (patch) | |
tree | e51ae8f2bf8b3f5434ab4d8b37cd0eef87b62c4e /Misc | |
parent | ad442a674ca443feec43a88a2d3671784712e550 (diff) | |
download | cpython-f97dc800689ba98783dac8dc51f87f7c6f413ac6.zip cpython-f97dc800689ba98783dac8dc51f87f7c6f413ac6.tar.gz cpython-f97dc800689ba98783dac8dc51f87f7c6f413ac6.tar.bz2 |
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-03-31-09-12-54.bpo-43672.jTT5uG.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-03-31-09-12-54.bpo-43672.jTT5uG.rst b/Misc/NEWS.d/next/Core and Builtins/2021-03-31-09-12-54.bpo-43672.jTT5uG.rst new file mode 100644 index 0000000..3bb1a66 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-03-31-09-12-54.bpo-43672.jTT5uG.rst @@ -0,0 +1 @@ +Raise ImportWarning when calling find_loader(). |