diff options
| author | Gregory P. Smith <greg@krypto.org> | 2015-12-14 04:09:42 (GMT) | 
|---|---|---|
| committer | Gregory P. Smith <greg@krypto.org> | 2015-12-14 04:09:42 (GMT) | 
| commit | 6edadfc9ca0934324e517fc9f9bdd902319825df (patch) | |
| tree | de01df4779ae662327a0a60a8adf81cb1f730325 /Lib/test/support/script_helper.py | |
| parent | e847d7170d3f41b1ec773ab203c11f1addd6d4ac (diff) | |
| parent | 8c084eb77d69ec1527fad943a4031b1b29193e98 (diff) | |
| download | cpython-6edadfc9ca0934324e517fc9f9bdd902319825df.zip cpython-6edadfc9ca0934324e517fc9f9bdd902319825df.tar.gz cpython-6edadfc9ca0934324e517fc9f9bdd902319825df.tar.bz2  | |
* Re-fix issue #19284: Don't generate the no-op -R command line
  parameter to "enable" the always on sys.flags.hash_randomization
  in _args_from_interpreter_flags() used by multiprocessing and
  some unittests.  This simplifies the code.
* assert_python_ok docstring typo fix.
* Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed.
Diffstat (limited to 'Lib/test/support/script_helper.py')
| -rw-r--r-- | Lib/test/support/script_helper.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/support/script_helper.py b/Lib/test/support/script_helper.py index 584b0e8..9c2e9eb 100644 --- a/Lib/test/support/script_helper.py +++ b/Lib/test/support/script_helper.py @@ -127,7 +127,7 @@ def assert_python_ok(*args, **env_vars):      variables `env_vars` succeeds (rc == 0) and return a (return code, stdout,      stderr) tuple. -    If the __cleanenv keyword is set, env_vars is used a fresh environment. +    If the __cleanenv keyword is set, env_vars is used as a fresh environment.      Python is started in isolated mode (command line option -I),      except if the __isolated keyword is set to False.  | 
