commit | 3722f1f483065338e83ec1e28cd8dc8412ef39d7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Feb 08 15:49:10 2017 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Feb 08 15:49:10 2017 +0100 |
tree | 122c93adcad8ade6fda2c96c9511e5e94b3abb45 | |
parent | 620580f280e3fe6583afee43580ef907b228add3 [diff] |
support: temp_dir() and change_cwd() uses repr() in error message Serhiy Storshaka pointed me that str(path) can emit a BytesWarning: use repr(path) instead.