commit | 0e59cc3fc347582d8625050de258a2dd6b87f978 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 16 23:49:32 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 16 23:49:32 2010 +0000 |
tree | a331216b541d0671cabc8328902e2f9c7487ce8e | |
parent | 9c0e94f95cb7c72da3554ead8b5b255455e6caae [diff] |
Issue #8393: subprocess accepts bytes, bytearray and str with surrogates for the current working directory. Remove also a trailing space, and replace tabulation indentation by spaces.