Mercurial > hg
comparison mercurial/cext/__init__.py @ 33682:1d5e497c08b3
py3: convert arbitrary exception object to byte string more reliably
Our exception types implement __bytes__(), which should be tried first. Do
lossy encoding conversion as a last resort.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 03 Aug 2017 23:02:32 +0900 |
parents | c48583859e04 |
children |
comparison
equal
deleted
inserted
replaced
33681:8626b44516c1 | 33682:1d5e497c08b3 |
---|