ties / compal_CH7465LG_py

Python interface for the Ziggo Connect Box/Compal CH7465LG
MIT License
116 stars 19 forks source link

Restore urllib.parse.parse_qs behavior on new versions of python #26

Closed Kiskae closed 3 years ago

Kiskae commented 3 years ago

Fix for issue #25

Added a test for the response parsing to ensure future regressions are caught, then applied the suggested fix from the python mailing list.

Thread about the change can be found here: https://bugs.python.org/issue42967

ties commented 3 years ago

Nice work tracking down the root cause to the python issue! And thanks for the pull request - I would not have gotten to fixen it this weekend.

I will create a new release that includes this.