Dear Maintainer,
When I ran my update today on my unstable I got the following error log:
Setting up python3 (3.12.3-1) ...
running python rtupdate hooks for python3.12...
/usr/share/cupp/cupp.py:146: SyntaxWarning: invalid escape sequence '\ '
print(" \ # User")
/usr/share/cupp/cupp.py:147: SyntaxWarning: invalid escape sequence '\ '
print(" \ \033[1;31m,__,\033[1;m # Passwords")
/usr/share/cupp/cupp.py:148: SyntaxWarning: invalid escape sequence '\ '
print(" \ \033[1;31m(\033[1;moo\033[1;31m)____\033[1;m #
Profiler")
/usr/share/cupp/cupp.py:149: SyntaxWarning: invalid escape sequence '\ '
print(" \033[1;31m(__) )\ \033[1;m ")
/usr/share/rlwrap/filters/ftp_filter.py:57: SyntaxWarning: invalid escape
sequence '\s'
results = [re.split('\s+', l)[dir_filename_column[where]] for l in lines]
/usr/share/rlwrap/filters/ftp_filter.py:100: SyntaxWarning: invalid escape
sequence '\s'
nwords = len(re.split('\s+', line))
/usr/share/rlwrap/filters/ftp_filter.py:108: SyntaxWarning: invalid escape
sequence '\s'
command = re.search('\s*(\S+)', line).group(1)
/usr/share/rlwrap/filters/rlwrapfilter.py:4: SyntaxWarning: invalid escape
sequence '\s'
"""
/usr/share/rlwrap/filters/rlwrapfilter.py:211: SyntaxWarning: invalid escape
sequence '\S'
m = re.match("(\S+) (.*?)\r?\n", sys.stdin.readline())
running python post-rtupdate hooks for python3.12...
Everything seems to run okay by now but I prefer report this glitch.