aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-07-22 01:16:24 +0300
committerGitHub <noreply@github.com>2021-07-22 01:16:24 +0300
commit4703f4c2444c4a5d61645c4d3d1118f87946335a (patch)
treede55e0127d82859d553b0850f3c0b9c44911034a /docs
parent06bf056264e5614ecd779b0e785fb03bba1dfb63 (diff)
parentb4e826bff3c9e72230634fb0f7f10904b777d795 (diff)
downloadmeson-4703f4c2444c4a5d61645c4d3d1118f87946335a.zip
meson-4703f4c2444c4a5d61645c4d3d1118f87946335a.tar.gz
meson-4703f4c2444c4a5d61645c4d3d1118f87946335a.tar.bz2
Merge pull request #8992 from dcbaker/submit/modernize-python-module-dependency
Cleanup the python module
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/python_dependency_args_removed.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/python_dependency_args_removed.md b/docs/markdown/snippets/python_dependency_args_removed.md
new file mode 100644
index 0000000..7258083
--- /dev/null
+++ b/docs/markdown/snippets/python_dependency_args_removed.md
@@ -0,0 +1,3 @@
+## The Python Modules dependency method no longer accepts positional arguments
+
+Previously these were igrnoed with a warning, now they're a hard error.