Bug#1062039: SyntaxWarning: invalid escape sequence

2024-02-28 Thread Graham Inggs
Control: tags -1 + patch The patch below was applied in Ubuntu. --- a/axi/__init__.py +++ b/axi/__init__.py @@ -51,8 +51,8 @@ Read the "/etc/services"-style database of value indices """ try: -re_empty = re.compile("^\s*(?:#.*)?$") -re_value = re.compile("^(\S+)\s+(

Bug#1062039: SyntaxWarning: invalid escape sequence

2024-01-30 Thread john
Package: apt-xapian-index Version: 0.54 Severity: normal X-Debbugs-Cc: johnny.faul...@yahoo.com Dear Maintainer, whilst installing apt-xapian-index, I get the following: /usr/lib/python3/dist-packages/axi/__init__.py:54: SyntaxWarning: invalid escape sequence '\s' re_empty = re.compile("^\s*(