mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-135276: Refresh zipfile.Path
from zipp 3.23 (#135277)
Apply changes from zipp 3.23
This commit is contained in:
parent
aac22ea212
commit
8d6eb0c262
8 changed files with 64 additions and 28 deletions
|
@ -1,7 +1,6 @@
|
|||
import os
|
||||
import re
|
||||
|
||||
|
||||
_default_seps = os.sep + str(os.altsep) * bool(os.altsep)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue