From: Victor Stinner Date: Fri, 16 Apr 2010 23:56:48 +0000 (+0000) Subject: Blocked revisions 80135 via svnmerge X-Git-Tag: v3.1.3rc1~935 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4836e7e8851144a8cd3598c54f5207fe84fe359;p=python 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. ........ ---