Source: python-hpilo Version: 4.4.3-3 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/p/python-hpilo.html Setting up python3-hpilo (4.4.3-3) ... /usr/lib/python3/dist-packages/hpilo.py:204: SyntaxWarning: invalid escape sequence '\P' self.hponcfg = 'C:\Program Files\HP Lights-Out Configuration Utility\cpqlocfg.exe' /usr/lib/python3/dist-packages/hpilo.py:336: SyntaxWarning: invalid escape sequence '\s' body = re.sub('\s+', ' ', body).strip() /usr/lib/python3/dist-packages/hpilo.py:432: SyntaxWarning: invalid escape sequence '\$' pre, name, post = re.compile(b'(.*)\$EMBED:(.*)\$(.*)', re.DOTALL).match(xml).groups()