[mythtv-commits] [MythTV/mythtv] 4b6a3a: Adjust for the removal of the ABCs from the python...
Gary Buhrmaster
noreply at github.com
Sat Jul 31 16:02:41 UTC 2021
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 4b6a3a7b8b027f7df2b65117bd3ca9b14413a442
https://github.com/MythTV/mythtv/commit/4b6a3a7b8b027f7df2b65117bd3ca9b14413a442
Author: Gary Buhrmaster <gary.buhrmaster at gmail.com>
Date: 2021-07-31 (Sat, 31 Jul 2021)
Changed paths:
M mythtv/bindings/python/MythTV/utility/dicttoxml.py
M mythtv/bindings/python/tmdb3/tmdb3/pager.py
Log Message:
-----------
Adjust for the removal of the ABCs from the python collections module
Python 3.10 will finally remove the long deprecated aliases to the
Abstract Base Classes from the collections module.
https://docs.python.org/3.10/whatsnew/3.10.html#removed
Fixes #374
More information about the mythtv-commits
mailing list