blob: 5ad6af3d148e3c4d40d2b43434ab1d87b3c8f806 (
plain)
1
2
3
|
In ``importlib.resources``, ``.path`` method is more aggressive about
releasing handles to zipfile objects early, enabling use-cases like certifi
to leave the context open but delete the underlying zip file.
|