Re: [PATCH 1/2] buildtools, devtools: clear out Python syntax warnings

2025-01-20 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

[PATCH 1/2] buildtools,devtools: clear out Python syntax warnings

2024-12-14 Thread Ariel Otilibili
* follow up of a discussion with Robin Jarry * since 3.12 invalid escape sequences generate SyntaxWarning * in the future, these invalid sequences will generate SyntaxError * therefore changed syntax to raw string notation. Link: https://inbox.dpdk.org/dev/d6amqxrsg8e7.33baorrhrh...@redhat.com/ Li