Mercurial > hg
comparison tests/autodiff.py @ 37467:9bf65d1b43a6
py3: fix string issues of email message in test-import.t
- payload can be bytes
- headers must be unicode on Python 3
- need to call msg.as_bytes() on Python 3, but msg.as_string() on Python 2,
where bytes(msg) magic works
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 08 Apr 2018 14:59:12 +0900 |
parents | cdccfe20eed7 |
children | 2372284d9457 |
comparison
equal
deleted
inserted
replaced
37466:abd9f5ec1d82 | 37467:9bf65d1b43a6 |
---|