#1085811 pyjavaproperties: Python SyntaxWarning

#1085811#5
Date:
2024-10-22 17:44:02 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/p/pyjavaproperties.html


  Setting up python3-pyjavaproperties (0.7-3) ...
  /usr/lib/python3/dist-packages/pyjavaproperties.py:223:
SyntaxWarning: invalid escape sequence '\:'
    newvalue = value.replace(':','\:')
  /usr/lib/python3/dist-packages/pyjavaproperties.py:224:
SyntaxWarning: invalid escape sequence '\='
    newvalue = newvalue.replace('=','\=')
  /usr/lib/python3/dist-packages/pyjavaproperties.py:232:
SyntaxWarning: invalid escape sequence '\:'
    newvalue = value.replace('\:',':')
  /usr/lib/python3/dist-packages/pyjavaproperties.py:233:
SyntaxWarning: invalid escape sequence '\='
    newvalue = newvalue.replace('\=','=')