On Mon, 11 Mar 2024 19:34:33 +0100
Heinrich Schuchardt wrote:
> Many escape sequences are only valid in raw string. Use these when
> invoking re.match() and re.search() to avoid syntax warnings.
There's quite a few unnecessary changes (regex strings with no
escapes). But I'm okay with it and thi
Many escape sequences are only valid in raw string. Use these when
invoking re.match() and re.search() to avoid syntax warnings.
Signed-off-by: Heinrich Schuchardt
---
util/import_gcry.py | 100 ++--
1 file changed, 50 insertions(+), 50 deletions(-)
diff