summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-04-16 23:49:32 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-04-16 23:49:32 (GMT)
commit0e59cc3fc347582d8625050de258a2dd6b87f978 (patch)
treea331216b541d0671cabc8328902e2f9c7487ce8e /Misc
parent9c0e94f95cb7c72da3554ead8b5b255455e6caae (diff)
downloadcpython-0e59cc3fc347582d8625050de258a2dd6b87f978.zip
cpython-0e59cc3fc347582d8625050de258a2dd6b87f978.tar.gz
cpython-0e59cc3fc347582d8625050de258a2dd6b87f978.tar.bz2
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.
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 7e30651..a6e8586 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -315,6 +315,9 @@ C-API
Library
-------
+- Issue #8393: subprocess accepts bytes, bytearray and str with surrogates for
+ the current working directory.
+
- Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII
using backslashreplace error handler