aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-04-17 23:17:43 +0300
committerGitHub <noreply@github.com>2018-04-17 23:17:43 +0300
commit3fc1ca8687a5030577ab2ba6449d7028c6a5b884 (patch)
tree4d440e2ed107300b26f1cdcf33c2b8e85f0222c4 /docs/markdown/snippets
parent5faf7f1a96ee58b0c9fec4660e5b402273715464 (diff)
parent99f324eda1d08dc6fc44c08cd53bdbe576b2915c (diff)
downloadmeson-3fc1ca8687a5030577ab2ba6449d7028c6a5b884.zip
meson-3fc1ca8687a5030577ab2ba6449d7028c6a5b884.tar.gz
meson-3fc1ca8687a5030577ab2ba6449d7028c6a5b884.tar.bz2
Merge pull request #3240 from MathieuDuponchelle/python_module
Implement a generic python module
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/python-module.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/python-module.md b/docs/markdown/snippets/python-module.md
new file mode 100644
index 0000000..c2e8138
--- /dev/null
+++ b/docs/markdown/snippets/python-module.md
@@ -0,0 +1,6 @@
+## Generic python module
+
+This is a revamped and generic (python 2 and 3) version of the python3
+module. With this new interface, projects can now fully specify the version
+of python they want to build against / install sources to, and can do so
+against multiple major or minor versions in parallel.