Skip to content

Commit 7cd2016

Browse files
JelleZijlstragvanrossum
authored andcommitted
add sys.base_exec_prefix and sys.base_prefix (#2047)
See https://docs.python.org/3/library/sys.html#sys.base_exec_prefix. Required for python/mypy#4888
1 parent dca53fb commit 7cd2016

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/3/sys.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ _T = TypeVar('_T')
1515
# ----- sys variables -----
1616
abiflags = ... # type: str
1717
argv = ... # type: List[str]
18+
base_exec_prefix: str
19+
base_prefix: str
1820
byteorder = ... # type: str
1921
builtin_module_names = ... # type: Sequence[str] # actually a tuple of strings
2022
copyright = ... # type: str

0 commit comments

Comments
 (0)