stchris / untangle

Converts XML to Python objects
MIT License
612 stars 83 forks source link

If an XML tag is a Python keyword SyntaxError is raised on access #42

Closed nickpcrogers closed 7 years ago

nickpcrogers commented 7 years ago

Namely, I had this issue with a class tag.

My first thought is to use aliases for these.