Decoding the py3 bytes into string so we can use the string operations to split apart the multi-part. The encoding given in the response was utf-8 but the decode method doesn't like that, so using latin-1 to decode and then re-encode before continuing.
Coverage increased (+0.01%) to 92.586% when pulling f397d5157e144e9c7318263d6977faeb94021ccd on mcrowson:py3-multipart into d500a797c2aa618da68d1aba0a5be2df8f73e061 on refindlyllc:master.
Description
Decoding the py3 bytes into string so we can use the string operations to split apart the multi-part. The encoding given in the response was utf-8 but the decode method doesn't like that, so using latin-1 to decode and then re-encode before continuing.
GitHub Issues
182