summaryrefslogtreecommitdiff
path: root/docs/changelog/2969.bugfix.rst
blob: 29464086e00351733c03dbb363ff4471e9ac7469 (plain)
1
2
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`.