polybar / xpp

xpp - A C++11 RAII wrapper for XCB
Other
7 stars 11 forks source link

generators: xml.etree.cElementTree has been dropped in Python 3.9. #26

Closed besser82 closed 4 years ago

besser82 commented 4 years ago

It can be replaced with xml.etree.ElementTree safely.


Please update the submodule for polybar after merging.

See the fix in xcbproto for reference.

besser82 commented 4 years ago

Thanks :)

I thought python knew better than to make backwards incompatible changes

Since we require python >= 3.5 and cElementTree was deprecated in 3.3 we should always use ElementTree

@patrick96 fixed in rebase commit.