We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381216b commit 1349592Copy full SHA for 1349592
Lib/importlib/_bootstrap_external.py
@@ -43,7 +43,7 @@
43
else:
44
path_separators = ['/']
45
46
-if sys.use_alt_sep:
+if sys._use_alt_sep:
47
path_separators = path_separators[::-1]
48
49
# Assumption made in _path_join()
0 commit comments