mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-41282: Consistent message and filter warning in setup.py (GH-25571)
Signed-off-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
c8666cfa7c
commit
a460ab3134
2 changed files with 11 additions and 3 deletions
|
@ -57,7 +57,7 @@ if os.name == "nt":
|
|||
from sysconfig import _fix_pcbuild
|
||||
|
||||
warnings.warn(
|
||||
'the distutils.sysconfig module is deprecated, use sysconfig instead',
|
||||
'The distutils.sysconfig module is deprecated, use sysconfig instead',
|
||||
DeprecationWarning,
|
||||
stacklevel=2
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue