aboutsummaryrefslogtreecommitdiff
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-24 14:52:47 +0300
commit393ce77450fcf7d3d55f04ce79761b10a432fa20 (patch)
treee9faa4b4fa39b3520718f99405cb754f478ad5b1 /docs/markdown/snippets
parent660bfa6e7c8dfb7bd8bffdb68c053e1a22945f8a (diff)
downloadmeson-393ce77450fcf7d3d55f04ce79761b10a432fa20.zip
meson-393ce77450fcf7d3d55f04ce79761b10a432fa20.tar.gz
meson-393ce77450fcf7d3d55f04ce79761b10a432fa20.tar.bz2
Remove deprecated python3 module.
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 0000000..edb66af
--- /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.