]> granicus.if.org Git - python/commit
Issue #8467: Pure Python implementation of subprocess encodes the error message
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 23 Apr 2010 19:28:32 +0000 (19:28 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 23 Apr 2010 19:28:32 +0000 (19:28 +0000)
commit4d078046605a53e061aedfb2694baade6d3f5483
tree336a32632395d26ae61bf737aa9e872e395cd30f
parent8c26c7d907d3eb5986b003d1187bc59076185d7b
Issue #8467: Pure Python implementation of subprocess encodes the error message
using surrogatepass error handler to support surrogates in the message
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS