summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-10-23-08-54-47.bpo-41490.-Yk6OD.rst
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.