summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/python_bytecompile.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2023-07-17 00:39:44 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2023-07-17 00:39:44 +0300
commit7824ff80dcaa457706a4f762e976383e6bd03daf (patch)
treedf34812be3c863f7bc8b21213b23043e2fa84917 /docs/markdown/snippets/python_bytecompile.md
parent0dba7340ecfbe84231a14559ef7f9e7dfb7d1299 (diff)
downloadmeson-7824ff80dcaa457706a4f762e976383e6bd03daf.tar.gz
Whoopsie, forgot to create the release notes.
Diffstat (limited to 'docs/markdown/snippets/python_bytecompile.md')
-rw-r--r--docs/markdown/snippets/python_bytecompile.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/markdown/snippets/python_bytecompile.md b/docs/markdown/snippets/python_bytecompile.md
deleted file mode 100644
index 0240c9d08..000000000
--- a/docs/markdown/snippets/python_bytecompile.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## Python module can now compile bytecode
-
-A new builtin option is available: `-Dpython.bytecompile=2`. It can be used to
-compile bytecode for all pure python files installed via the python module.