All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] tools, xen/scripts: clear out Python syntax warnings
@ 2024-12-14 16:09 Ariel Otilibili
  2024-12-14 16:09 ` [PATCH 1/1] " Ariel Otilibili
  2024-12-16 23:07 ` [PATCH v2 0/1] " Ariel Otilibili
  0 siblings, 2 replies; 12+ messages in thread
From: Ariel Otilibili @ 2024-12-14 16:09 UTC (permalink / raw)
  To: xen-devel; +Cc: Jan Beulich, nthony PERARD, Ariel Otilibili

Hello,

The series clears out Python syntax warnings. In all occurrences of the re methods,

```
$ git grep -Pn '[^\w_]re\.[a-z]+' | wc -l 
69
```

Where it was needed, the strings have been quoted as raw.

Thank you,

Ariel Otilibili (1):
  tools, xen/scripts: clear out Python syntax warnings

 tools/misc/xensymoops                         | 4 ++--
 tools/pygrub/src/GrubConf.py                  | 4 ++--
 tools/pygrub/src/pygrub                       | 6 +++---
 xen/scripts/xen_analysis/cppcheck_analysis.py | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.47.1



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-12-18 15:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-14 16:09 [PATCH 0/1] tools, xen/scripts: clear out Python syntax warnings Ariel Otilibili
2024-12-14 16:09 ` [PATCH 1/1] " Ariel Otilibili
2024-12-16 11:34   ` Andrew Cooper
2024-12-16 16:51     ` Ariel Otilibili-Anieli
2024-12-16 23:07 ` [PATCH v2 0/1] " Ariel Otilibili
2024-12-16 23:07   ` [PATCH v2 1/1] " Ariel Otilibili
2024-12-17  8:31     ` Luca Fancellu
2024-12-17 13:26       ` Ariel Otilibili-Anieli
2024-12-17 16:26     ` Andrew Cooper
2024-12-17 17:13       ` Ariel Otilibili-Anieli
2024-12-18 14:21         ` Andrew Cooper
2024-12-18 15:20           ` Ariel Otilibili-Anieli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.