Re: [PATCH 1/1] buildtools: clear out regex syntax warnings

2024-12-13 Thread David Marchand
On Fri, Dec 13, 2024 at 3:11 PM Ariel Otilibili-Anieli wrote: > > On Friday, December 13, 2024 15:07 CET, "Robin Jarry" > wrote: > > > Ariel Otilibili, Dec 08, 2024 at 03:25: > > > * invalid escape sequences now generate SyntaxWarning > > > * therefore changed syntax to raw string noration. > >

Re: [PATCH 1/1] buildtools: clear out regex syntax warnings

2024-12-13 Thread Ariel Otilibili-Anieli
On Friday, December 13, 2024 15:07 CET, "Robin Jarry" wrote: > Ariel Otilibili, Dec 08, 2024 at 03:25: > > * invalid escape sequences now generate SyntaxWarning > > * therefore changed syntax to raw string noration. > > > > Link: https://docs.python.org/3/library/re.html#module-re > > Signed-off-

Re: [PATCH 1/1] buildtools: clear out regex syntax warnings

2024-12-13 Thread Robin Jarry
Ariel Otilibili, Dec 08, 2024 at 03:25: * invalid escape sequences now generate SyntaxWarning * therefore changed syntax to raw string noration. Link: https://docs.python.org/3/library/re.html#module-re Signed-off-by: Ariel Otilibili Hi Ariel, thanks for the fix! Acked-by: Robin Jarry If y