diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-07-22 01:16:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 01:16:24 +0300 |
| commit | 4703f4c2444c4a5d61645c4d3d1118f87946335a (patch) | |
| tree | de55e0127d82859d553b0850f3c0b9c44911034a /docs | |
| parent | 06bf056264e5614ecd779b0e785fb03bba1dfb63 (diff) | |
| parent | b4e826bff3c9e72230634fb0f7f10904b777d795 (diff) | |
| download | meson-4703f4c2444c4a5d61645c4d3d1118f87946335a.tar.gz | |
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.md | 3 |
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 000000000..7258083cc --- /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. |
