I am running Debian testing and I recently upgraded it which made rhythmbox-
plugin package to be upgraded.
As part of some installation script there are numoerous python warnings like
this one:
/usr/lib/x86_64-linux-gnu/rhythmbox/plugins/lyrics/lyrics.py:44: SyntaxWarning:
invalid escape sequence '\('
LYRIC_TITLE_STRIP=["\(live[^\)]*\)", "\(acoustic[^\)]*\)", "\([^\)]*mix\)",
"\
([^\)]*version\)", "\([^\)]*edit\)", "\(feat[^\)]*\)"]
This is probably related to some changes in python 3.12, which is now the
default in Debian testing: https://docs.python.org/3/whatsnew/3.12.html