commit | f6782ac0b69d1bfaa7f629357db757a021ddede1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sat Oct 16 23:46:43 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sat Oct 16 23:46:43 2010 +0000 |
tree | c67dbc48523a91f6e591dff649f007573f7a1426 | |
parent | 61aad57dc9df19c2e073779e0ab389b949960801 [diff] |
test_subprocess: use surrogateescape error handler to write shell scripts test_args_string() and test_call_string() create shell scripts including the path to the Python executable: use surrogateescape to encode paths including surrogate characters.