summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2022-02-18 15:05:01 +0200
committerGitHub <noreply@github.com>2022-02-18 15:05:01 +0200
commitce07956861894c3f5e66a8015855648d73c14fb1 (patch)
treef3ce37615d302f719f6f6cefbfc2115e6e8aced5
parentf4c0724a32c6149b4f88bbb36b966ed06dbf4be0 (diff)
parent2c4d166ffea7c4670e8c36d7465f5087dfb8da77 (diff)
downloadnumpy-ce07956861894c3f5e66a8015855648d73c14fb1.tar.gz
Merge pull request #21085 from rgommers/doc-todo-distutils
MAINT: point to html docs on distutils migration in deprecation message
-rw-r--r--numpy/distutils/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/distutils/__init__.py b/numpy/distutils/__init__.py
index 3be3372ff..f74ed4d3f 100644
--- a/numpy/distutils/__init__.py
+++ b/numpy/distutils/__init__.py
@@ -33,7 +33,8 @@ warnings.warn("\n\n"
" of the deprecation of `distutils` itself. It will be removed for\n"
" Python >= 3.12. For older Python versions it will remain present.\n"
" It is recommended to use `setuptools < 60.0` for those Python versions.\n"
- " For more details, see: TODO! \n\n",
+ " For more details, see:\n"
+ " https://numpy.org/devdocs/reference/distutils_status_migration.html \n\n",
DeprecationWarning, stacklevel=2
)
del warnings