#1087111 thonny: Python SyntaxWarning

#1087111#5
Date:
2024-11-08 17:48:07 UTC
From:
To:
Hi Maintainer

The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].

Regards
Graham


[1] https://piuparts.debian.org/sid/source/t/thonny.html


  Setting up thonny (4.0.1-1) ...
  /usr/lib/python3/dist-packages/thonny/plugins/autocomplete.py:74:
SyntaxWarning: invalid escape sequence '\W'
    """TODO: try both fuzzy and non-fuzzy completions
  /usr/lib/python3/dist-packages/thonny/plugins/cpython_frontend/cp_front.py:363:
SyntaxWarning: invalid escape sequence '\L'
    os.path.expanduser("~\\AppData\Local\Programs\Python\Python3%d" % minor),
  /usr/lib/python3/dist-packages/thonny/plugins/cpython_frontend/cp_front.py:364:
SyntaxWarning: invalid escape sequence '\L'
    os.path.expanduser("~\\AppData\Local\Programs\Python\Python3%d-32" % minor),