diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-23 19:28:32 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-23 19:28:32 (GMT) |
commit | 4d078046605a53e061aedfb2694baade6d3f5483 (patch) | |
tree | 336a32632395d26ae61bf737aa9e872e395cd30f /Misc | |
parent | 8c26c7d907d3eb5986b003d1187bc59076185d7b (diff) | |
download | cpython-4d078046605a53e061aedfb2694baade6d3f5483.zip cpython-4d078046605a53e061aedfb2694baade6d3f5483.tar.gz cpython-4d078046605a53e061aedfb2694baade6d3f5483.tar.bz2 |
Issue #8467: Pure Python implementation of subprocess encodes the error message
using surrogatepass error handler to support surrogates in the message
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -333,6 +333,10 @@ C-API Library ------- +- Issue #8467: Pure Python implementation of subprocess encodes the error + message using surrogatepass error handler to support surrogates in the + message + - Issue #8468: bz2.BZ2File() accepts str with surrogates and bytes filenames - Issue #8451: Syslog module now uses basename(sys.argv[0]) instead of |