Skip to content

Commit 8dcb705

Browse files
max-muotodonbarbos
andauthored
Update stdlib/sysconfig.pyi
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
1 parent a031313 commit 8dcb705

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

stdlib/sysconfig.pyi

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ if sys.version_info >= (3, 12):
4343
@overload
4444
def is_python_build() -> bool: ...
4545
@overload
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-
)
46+
@deprecated("The `check_home` parameter is deprecated since Python 3.12; removed in Python 3.15.")
5047
def is_python_build(check_home: object = None) -> bool: ...
5148

5249
elif sys.version_info >= (3, 11):

0 commit comments

Comments
 (0)