Source: quisk Version: 4.2.32-1 User: debian-pyt...@lists.debian.org Usertags: syntaxwarning
Hi Maintainer The SyntaxWarning below were emitted when this package was tested with pipuarts[1]. Regards Graham [1] https://piuparts.debian.org/sid/source/q/quisk.html Setting up quisk (4.2.32-1+b1) ... /usr/lib/python3/dist-packages/quisk/configure.py:598: SyntaxWarning: invalid escape sequence '\w' re_AeqB = re.compile("^#?(\w+)\s*=\s*([^#]+)#*(.*)") # item values "a = b" /usr/lib/python3/dist-packages/quisk/softrock/hardware_net.py:67: SyntaxWarning: invalid escape sequence '\d' freq = float(re.findall("\d+.\d+", data)[0])