Source: tz-converter Version: 1.0.1-1 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/t/tz-converter.html Setting up tz-converter (1.0.1-1) ... /usr/lib/python3/dist-packages/tz_converter/timezone_info.py:23: SyntaxWarning: invalid escape sequence '\w' if re.match("^Africa/\w+$", city): /usr/lib/python3/dist-packages/tz_converter/timezone_info.py:31: SyntaxWarning: invalid escape sequence '\w' if re.match("^America/\w+$", city): /usr/lib/python3/dist-packages/tz_converter/timezone_info.py:39: SyntaxWarning: invalid escape sequence '\w' if re.match("^Asia/\w+$", city): /usr/lib/python3/dist-packages/tz_converter/timezone_info.py:47: SyntaxWarning: invalid escape sequence '\w' if re.match("^Australia/\w+$", city): /usr/lib/python3/dist-packages/tz_converter/timezone_info.py:55: SyntaxWarning: invalid escape sequence '\w' if re.match("^Europe/\w+$", city): /usr/lib/python3/dist-packages/tz_converter/timezone_info.py:63: SyntaxWarning: invalid escape sequence '\w' if re.match("^Pacific/\w+$", city): /usr/lib/python3/dist-packages/tz_converter/timezone_info.py:71: SyntaxWarning: invalid escape sequence '\w' if re.match("^US/\w+$", city):