Closed yfilali closed 7 years ago
Can one of the admins verify this patch?
@mailgun-ci , do you can link the report, please?
@ad-m improved it a bit since initial commit to handle permission errors when trying to write the python 3 converted classifier. It uses a temp file as a fallback now.
@mailgun-ci test this please
This is to resolve issue #42.
The notable parts to take a good look at is the return type where some of the functions are returning byte arrays but the tests were asserting against strings which failed.
Also, some of the functions took bytearrays only and are now taking strings as well.