summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-05-19 17:00:07 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-05-19 17:00:07 (GMT)
commit2ca03c1f7f476445019e67d6b44189b85259ef17 (patch)
tree0790187fb6ed9a89c3199f37bd90abd3a5236ec7 /Misc
parent9ca9c25bcd9d4b771be6fee34a105546d1c8d666 (diff)
downloadcpython-2ca03c1f7f476445019e67d6b44189b85259ef17.zip
cpython-2ca03c1f7f476445019e67d6b44189b85259ef17.tar.gz
cpython-2ca03c1f7f476445019e67d6b44189b85259ef17.tar.bz2
Issue #8663: distutils.log emulates backslashreplace error handler. Fix
compilation in a non-ASCII directory if stdout encoding is ASCII (eg. if stdout is not a TTY).
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 ceda9b7..3e582cd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -370,6 +370,10 @@ C-API
Library
-------
+- Issue #8663: distutils.log emulates backslashreplace error handler. Fix
+ compilation in a non-ASCII directory if stdout encoding is ASCII (eg. if
+ stdout is not a TTY).
+
- Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value.
subprocess.Popen() and os._execvpe() support bytes program name. Add
os.supports_bytes_environ flag: True if the native OS type of the environment