Source: autokey Version: 0.95.10-2.1 User: [email protected] 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/a/autokey.html Setting up autokey-common (0.95.10-2.1) ... /usr/lib/python3/dist-packages/autokey/iomediator/constants.py:6: SyntaxWarning: invalid escape sequence '\+' KEY_SPLIT_RE = re.compile("(<[^<>]+>\+?)") /usr/lib/python3/dist-packages/autokey/model.py:35: SyntaxWarning: invalid escape sequence '\w' DEFAULT_WORDCHAR_REGEX = '[\w]' /usr/lib/python3/dist-packages/autokey/model.py:216: SyntaxWarning: invalid escape sequence '\s' if len(stringBefore) > 0 and not re.match('(^\s)', stringBefore[-1]) and not self.triggerInside:

