cpython/Lib/test/test_zipfile
AN Long 541c5dbb81
gh-112795: Allow `/` folder in a zipfile (#112932)
Allow extraction (no-op) of a "/" folder in a zipfile, they are commonly added by some archive creation tools.

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
2024-01-07 01:14:18 +00:00
..
_path gh-112795: Allow `/` folder in a zipfile (#112932) 2024-01-07 01:14:18 +00:00
__init__.py
__main__.py
test_core.py