Author: Philip Jenvey <[email protected]>
Branch: 
Changeset: r63787:1208c73d38ba
Date: 2013-05-01 12:52 -0700
http://bitbucket.org/pypy/pypy/changeset/1208c73d38ba/

Log:    we support -B

diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
--- a/pypy/interpreter/app_main.py
+++ b/pypy/interpreter/app_main.py
@@ -2,9 +2,10 @@
 # App-level version of py.py.
 # See test/test_app_main.
 
-# Missing vs CPython: -B, -d, -OO, -t, -v, -x, -3
+# Missing vs CPython: -d, -OO, -t, -v, -x, -3
 """\
 Options and arguments (and corresponding environment variables):
+-B     : don't write .py[co] files on import; also PYTHONDONTWRITEBYTECODE=x
 -c cmd : program passed in as string (terminates option list)
 -E     : ignore PYTHON* environment variables (such as PYTHONPATH)
 -h     : print this help message and exit (also --help)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to