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