diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2022-04-24 14:47:58 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2022-04-30 11:52:19 +0300 |
commit | cba0f454a254f657995d8294ad4e5637c87caba7 (patch) | |
tree | bb218189e6fe98c58c8ce03765cf7f99f6975e41 /docs/markdown/snippets | |
parent | 1695ff83be789e0268062f3bdc7f1e28b19a069a (diff) | |
download | meson-killpy3.tar.gz |
Remove deprecated python3 module.killpy3
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/pymod3.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/pymod3.md b/docs/markdown/snippets/pymod3.md new file mode 100644 index 000000000..edb66af5f --- /dev/null +++ b/docs/markdown/snippets/pymod3.md @@ -0,0 +1,5 @@ +## The `python3` module has been removed + +It has been deprecated for a long time so finally removing it. The +`python` module should be used instead. It does everything the +`python3` module did and more. |