commit | f29ab72162d9bec16c482e4657119135d933825b | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Sep 09 12:18:36 2015 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Sep 09 12:18:36 2015 +0300 |
tree | d16e74f49f689a0696a983732413394cceb40f3f | |
parent | e1d38b08b042850787f69a15e687cf3cc279740d [diff] |
Don't encode unicode dirname in test_support.temp_cwd() if unicode file names are supported by the filesystem. On Windows the encoding can convert some characters to '?' that is not legal in file name.