cpython/Lib/zipfile
Carey Metcalfe 4abfe6a14b
GH-92184: Convert os.altsep to '/' in filenames when creating ZipInfo objects (#92185)
This causes the zipfile module to also consider the character defined by
`os.altsep` (if there is one) to be a path separator and convert it to a
forward slash, as defined by the zip specification.

A logical no-op on all known platforms today as os.altsep is currently only set to a meaningful value on Windows (where it is "/").
2023-05-11 07:25:16 +00:00
..
__init__.py GH-92184: Convert os.altsep to '/' in filenames when creating ZipInfo objects (#92185) 2023-05-11 07:25:16 +00:00
__main__.py
_path.py gh-102209: Sync with zipp 3.15 moving complexity tests into dedicated module (#102232) 2023-02-25 11:15:48 -05:00