Bug#1085654: itango: Python SyntaxWarning
Graham Inggs
ginggs at debian.org
Mon Oct 21 12:40:34 BST 2024
Source: itango
Version: 0.1.9+ds-1
User: debian-python at 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/i/itango.html
Setting up python3-itango (0.1.9+ds-1) ...
/usr/lib/python3/dist-packages/itango/itango.py:766: SyntaxWarning:
invalid escape sequence '\w'
ip.set_hook('complete_command', dp_completer, re_key =
".*DeviceProxy[^\w\.]+")
/usr/lib/python3/dist-packages/itango/itango.py:767: SyntaxWarning:
invalid escape sequence '\w'
ip.set_hook('complete_command', dp_completer, re_key = ".*Device[^\w\.]+")
/usr/lib/python3/dist-packages/itango/itango.py:768: SyntaxWarning:
invalid escape sequence '\w'
ip.set_hook('complete_command', attr_completer, re_key =
".*AttributeProxy[^\w\.]+")
/usr/lib/python3/dist-packages/itango/itango.py:769: SyntaxWarning:
invalid escape sequence '\w'
ip.set_hook('complete_command', attr_completer, re_key =
".*Attribute[^\w\.]+")
/usr/lib/python3/dist-packages/itango/itango.py:841: SyntaxWarning:
invalid escape sequence '\w'
ip.set_hook('complete_command', c, re_key = ".*" + klass + "[^\w\.]+")
More information about the debian-science-maintainers
mailing list