Home
last modified time | relevance | path

Searched refs:_unpack_zipfile (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dshutil.py1156 def _unpack_zipfile(filename, extract_dir): function
1202 'zip': (['.zip'], _unpack_zipfile, [], "ZIP file"),
/third_party/python/Misc/NEWS.d/
D3.10.0b2.rst324 :func:`shutil._unpack_zipfile` on large files. Patch by Igor Bolshakov.