Source: pythonpy Version: 0.4.11b-3.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/p/pythonpy.html Setting up python3 (3.12.5-1) ... /usr/share/pythonpy/pythonpy/__main__.py:29: SyntaxWarning: invalid escape sequence '\.' if re.match('np(\..*)?$', raw_module_name): /usr/share/pythonpy/pythonpy/__main__.py:31: SyntaxWarning: invalid escape sequence '\.' elif re.match('pd(\..*)?$', raw_module_name): /usr/share/pythonpy/pythonpy/pycompleter.py:31: SyntaxWarning: invalid escape sequence '\.' regex = re.compile("([a-zA-Z_][a-zA-Z0-9_]*)\.?") /usr/share/pythonpy/pythonpy/pycompleter.py:34: SyntaxWarning: invalid escape sequence '\.' if re.match('np(\..*)?$', raw_module_name): /usr/share/pythonpy/pythonpy/pycompleter.py:36: SyntaxWarning: invalid escape sequence '\.' elif re.match('pd(\..*)?$', raw_module_name): Setting up pythonpy (0.4.11b-3.1) ...