Home | History | Annotate | Download | only in Lib

Lines Matching full:pathsep

1494     def _sanitize_windows_name(cls, arcname, pathsep):
1503 arcname = (x.rstrip('.') for x in arcname.split(pathsep))
1505 arcname = pathsep.join(x for x in arcname if x)