#3900 Don't use unicode literals for git_multimail
Merged by pingou. Opened by puiterwijk.
puiterwijk/pagure fix-multimail  into  master

Download 3900.patch

It uses a literal as a type() argument, which doesn't work with unicode.
This is also a file we forked from upstream, so we shouldn't be changing
it up.
This could perhaps break python3 compatibility, but we should just either
work with upstream to fix that, or rebase on the latest upstream if they
already have.

Fixes: #3884
Signed-off-by: Patrick Uiterwijk patrick@puiterwijk.org

rebased onto b6d8b17f73878a57767430633441ad0a727ad4b9

rebased onto 6c6bdf6c47c97eaf5e95d759d72a1f76ed75c2bb

rebased onto aebcbb2c4cc5a16677d6a2cb6b99e6b85deea0fb

Pull-Request has been merged by pingou

Metadata