diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-16 23:49:32 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-16 23:49:32 (GMT) |
commit | 0e59cc3fc347582d8625050de258a2dd6b87f978 (patch) | |
tree | a331216b541d0671cabc8328902e2f9c7487ce8e /Misc | |
parent | 9c0e94f95cb7c72da3554ead8b5b255455e6caae (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |