summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-04-23 19:28:32 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-04-23 19:28:32 (GMT)
commit4d078046605a53e061aedfb2694baade6d3f5483 (patch)
tree336a32632395d26ae61bf737aa9e872e395cd30f /Misc
parent8c26c7d907d3eb5986b003d1187bc59076185d7b (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0be8626..34cb5bd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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