martinblech / xmltodict

Python module that makes working with XML feel like you are working with JSON
MIT License
5.46k stars 465 forks source link

Handling boolean values in attributes #309

Open horvatha opened 1 year ago

horvatha commented 1 year ago

Fixing https://github.com/martinblech/xmltodict/issues/303

Beside solving the problem I also removed/changed some parts that only needed for Python 2 compatibility. As on PyPi Python 2 compatibility is not claimed, merging it should be fine.