xmltodict v0.4.6 Release Notes

    • 🛠 fix try/catch block for pypi (throws AttributeError instead of TypeError)
    • prevent encoding an already encoded string
    • ✂ removed unnecessary try/catch for xml_input.encode(). check if file or string, EAFP style. (thanks @turicas)