refindlyllc / rets

A thin RETS client
MIT License
69 stars 26 forks source link

Py3 multipart #183

Closed mcrowson closed 7 years ago

mcrowson commented 7 years ago

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

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.01%) to 92.586% when pulling f397d5157e144e9c7318263d6977faeb94021ccd on mcrowson:py3-multipart into d500a797c2aa618da68d1aba0a5be2df8f73e061 on refindlyllc:master.