Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
importlib.resources
1 parent 1b69156 commit 70b86e7Copy full SHA for 70b86e7
1 file changed
Doc/library/importlib.resources.rst
@@ -31,6 +31,12 @@ not** have to exist as physical files and directories on the file system:
31
for example, a package and its resources can be imported from a zip file using
32
:py:mod:`zipimport`.
33
34
+.. warning::
35
+
36
+ :mod:`importlib.resources` follows the same security model as the built-in
37
+ :func:`open` function. Passing untrusted inputs to the functions
38
+ in this module is unsafe.
39
40
.. note::
41
42
The standalone backport of this module provides more information
0 commit comments