summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-04-23 21:41:56 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-04-23 21:41:56 (GMT)
commit13bb71c38f1830f3fabd45b51bb3747aa841b1cb (patch)
treef904efbb7613223a12088bcd4f85b4f00d64c4bb /Misc
parent534db4e19f4d03e4bf85520bd44e0bf90fb38ae3 (diff)
downloadcpython-13bb71c38f1830f3fabd45b51bb3747aa841b1cb.zip
cpython-13bb71c38f1830f3fabd45b51bb3747aa841b1cb.tar.gz
cpython-13bb71c38f1830f3fabd45b51bb3747aa841b1cb.tar.bz2
Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and
bytes strings for environment keys and values
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 128f305..555d5e8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -333,6 +333,9 @@ C-API
Library
-------
+- Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates
+ and bytes strings for environment keys and values
+
- Issue #8467: Pure Python implementation of subprocess encodes the error
message using surrogatepass error handler to support surrogates in the
message