Author: Antonio Cuni <anto.c...@gmail.com>
Branch: 
Changeset: r45818:5f668bf0e242
Date: 2011-07-21 15:15 +0200
http://bitbucket.org/pypy/pypy/changeset/5f668bf0e242/

Log:    write doc for this option

diff --git a/pypy/doc/config/translation.dont_write_c_files.txt 
b/pypy/doc/config/translation.dont_write_c_files.txt
new file mode 100644
--- /dev/null
+++ b/pypy/doc/config/translation.dont_write_c_files.txt
@@ -0,0 +1,4 @@
+write the generated C files to ``/dev/null`` instead of to the disk. Useful if
+you want to use translate.py as a benchmark and don't want to access the disk.
+
+.. _`translation documentation`: ../translation.html
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to