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 a031313 commit 8dcb705Copy full SHA for 8dcb705
stdlib/sysconfig.pyi
@@ -43,10 +43,7 @@ if sys.version_info >= (3, 12):
43
@overload
44
def is_python_build() -> bool: ...
45
46
- @deprecated(
47
- "The check_home argument of sysconfig.is_python_build is deprecated and its value is ignored. "
48
- "It will be removed in Python 3.15."
49
- )
+ @deprecated("The `check_home` parameter is deprecated since Python 3.12; removed in Python 3.15.")
50
def is_python_build(check_home: object = None) -> bool: ...
51
52
elif sys.version_info >= (3, 11):
0 commit comments