aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
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.