Control: found -1 0.4-8
On 2024-11-07 14:36:20 -0100, Graham Inggs wrote:
> Setting up python3-tinycss (0.4-6+b3) ...
> /usr/lib/python3/dist-packages/tinycss/color3.py:192: SyntaxWarning:
> invalid escape sequence '\d'
> (2, re.compile('^#([\da-f])([\da-f])([\da-f])$', re.I).match),
> /usr/lib/python3/dist-packages/tinycss/color3.py:193: SyntaxWarning:
> invalid escape sequence '\d'
> (1, re.compile('^#([\da-f]{2})([\da-f]{2})([\da-f]{2})$', re.I).match),
> /usr/lib/python3/dist-packages/tinycss/tests/test_tokenizer.py:65:
> SyntaxWarning: invalid escape sequence '\ '
> ('COMMENT', '/* Comment with a \ backslash */')]), # Unchanged
> /usr/lib/python3/dist-packages/tinycss/token_data.py:216:
> SyntaxWarning: invalid escape sequence '\`'
> """A single atomic token.
This still occurs, with a difference for the last one:
/usr/lib/python3/dist-packages/tinycss/token_data.py:291: SyntaxWarning:
invalid escape sequence '\`'
backslash ``\`` character in CSS syntax.
--
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)