[mythtv-commits] [MythTV/mythtv] 1182a9: Python Bindings: care for python3.3+ use of Elemen...
billmeek
noreply at github.com
Mon Jun 22 18:27:52 UTC 2020
Branch: refs/heads/fixes/31
Home: https://github.com/MythTV/mythtv
Commit: 1182a9abea4724d8af0b8690f04e39779855fce9
https://github.com/MythTV/mythtv/commit/1182a9abea4724d8af0b8690f04e39779855fce9
Author: Bill Meek <billmeek at mythtv.org>
Date: 2020-06-22 (Mon, 22 Jun 2020)
Changed paths:
M mythtv/bindings/python/MythTV/dataheap.py
Log Message:
-----------
Python Bindings: care for python3.3+ use of ElementTree
Fedora 33 is using Python 3.9 and no longer has cElementTree.
Which was depracated in v3.3, thanks GB.
https://docs.python.org/3/library/xml.etree.elementtree.html
(cherry picked from commit d7c0c5d263d62312559b1c96f375b5f081cf564b)
More information about the mythtv-commits
mailing list