commit | 1802d3f3888b374b8d44470156a98081697a6280 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed May 19 17:11:19 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed May 19 17:11:19 2010 +0000 |
tree | 1451c5cdf6056911ea9d3ff491f2c1f8f9f5429c | |
parent | 2ca03c1f7f476445019e67d6b44189b85259ef17 [diff] |
regrtest.py: call replace_stdout() before the first call to print() print("== ", os.getcwd()) fails if the current working directory is not ASCII whereas sys.stdout encoding is ASCII.