[pypy-commit] pypy stdlib-2.7.3: Forgot to add this file

amauryfa noreply at buildbot.pypy.org
Fri Jun 15 01:28:48 CEST 2012


Author: Amaury Forgeot d'Arc <amauryfa at 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'),
         })
 
 


More information about the pypy-commit mailing list