Author: Amaury Forgeot d'Arc <amaur...@gmail.com> Branch: stdlib-2.7.3 Changeset: r55677:28d539532eb8 Date: 2012-06-15 01:28 +0200 http://bitbucket.org/pypy/pypy/changeset/28d539532eb8/
Log: Forgot to add this file diff --git a/pypy/translator/goal/app_main.py b/pypy/translator/goal/app_main.py --- a/pypy/translator/goal/app_main.py +++ b/pypy/translator/goal/app_main.py @@ -298,6 +298,7 @@ "verbose", "unicode", "bytes_warning", + "hash_randomization", ) @@ -370,6 +371,7 @@ 'B': (simple_option, 'dont_write_bytecode'), 's': (simple_option, 'no_user_site'), 'b': (simple_option, 'bytes_warning'), + 'R': (simple_option, 'hash_randomization'), }) _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit