commit | c4836e7e8851144a8cd3598c54f5207fe84fe359 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 16 23:56:48 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 16 23:56:48 2010 +0000 |
tree | 815e26e7efb236b150df5d191cf405d7b212a64f | |
parent | 9eb6b00cb053a5d4fad1f13dad02c766c628f57e [diff] |
Blocked revisions 80135 via svnmerge ........ r80135 | victor.stinner | 2010-04-17 01:49:32 +0200 (sam., 17 avril 2010) | 5 lines 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. ........