Package: python3-tornado Version: 6.3.2-1 Severity: normal I get the following messages when setting up python3-tornado:
/usr/lib/python3/dist-packages/tornado/test/runtests.py:168: SyntaxWarning: invalid escape sequence '\.' message="ssl\.PROTOCOL_TLS is deprecated") /usr/lib/python3/dist-packages/tornado/test/runtests.py:171: SyntaxWarning: invalid escape sequence '\.' message="ssl\.wrap_socket\(\) is deprecated, .*") /usr/lib/python3/dist-packages/tornado/test/runtests.py:174: SyntaxWarning: invalid escape sequence '\.' message="ssl\.OP_NO_SSL\*/ssl\.OP_NO_TLS\* options are deprecated") The simplest fix is to mark these as raw strings. Best wishes, Julian

