summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-04-24 14:47:58 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2022-04-30 11:52:19 +0300
commitcba0f454a254f657995d8294ad4e5637c87caba7 (patch)
treebb218189e6fe98c58c8ce03765cf7f99f6975e41 /docs/markdown/snippets
parent1695ff83be789e0268062f3bdc7f1e28b19a069a (diff)
downloadmeson-killpy3.tar.gz
Remove deprecated python3 module.killpy3
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/pymod3.md5
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.