]> granicus.if.org Git - python/commit
Issue #8393: subprocess accepts bytes, bytearray and str with surrogates for
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 16 Apr 2010 23:49:32 +0000 (23:49 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 16 Apr 2010 23:49:32 +0000 (23:49 +0000)
commit0e59cc3fc347582d8625050de258a2dd6b87f978
treea331216b541d0671cabc8328902e2f9c7487ce8e
parent9c0e94f95cb7c72da3554ead8b5b255455e6caae
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.
Misc/NEWS
Modules/_posixsubprocess.c