mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
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 "/"). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| _path.py | ||