bobfang1992 / pytomlpp

A python wrapper for tomlplusplus
https://bobfang1992.github.io/pytomlpp/pytomlpp.html
MIT License
86 stars 11 forks source link

Hotfix: Binary modes does not take encoding argument. #79

Closed Backist closed 7 months ago

Backist commented 7 months ago

As I said in a comment on the last PR, the problem was that certain tests were failing because they were passing the enconding argument as "utf-8" to binary modes, which do not accept enconding.

Backist commented 7 months ago

Well, something doesn't seem to be working as it should. Let me take a look at it thoroughly so I can run the tests before doing the final PR. I'm a bit busy and I'm running PR without verifying the tests.