summaryrefslogtreecommitdiff
path: root/docs/changelog/2969.bugfix.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changelog/2969.bugfix.rst')
-rw-r--r--docs/changelog/2969.bugfix.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelog/2969.bugfix.rst b/docs/changelog/2969.bugfix.rst
new file mode 100644
index 00000000..29464086
--- /dev/null
+++ b/docs/changelog/2969.bugfix.rst
@@ -0,0 +1,3 @@
+Instead of raising ``UnicodeDecodeError`` when command output includes non-utf-8 bytes,
+``tox`` will now use ``surrogateescape`` error handling to convert the unrecognized bytes
+to escape sequences according to :pep:`383` - by :user:`masenf`.