Issue created by Chris Johns: 
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/work_items/160

Assignee: Chris Johns

## Summary

Running `waf` with Python 3.14 has these warnings:

```
./waf configure --prefix=/opt/src/rtems/docs/test
/opt/work/chris/rtems/docs/rtems-docs.git/common/waf.py:104: SyntaxWarning: 
"\D" is an invalid escape sequence. Such sequences will not work in the future. 
Did you mean "\\D"? A raw string is also an option.
  ver = tuple(map(int, re.split('[\D]', version)))
/opt/work/chris/rtems/docs/rtems-docs.git/common/waf.py:111: SyntaxWarning: 
"\D" is an invalid escape sequence. Such sequences will not work in the future. 
Did you mean "\\D"? A raw string is also an option.
  ver = tuple(map(int, re.split('[\D]', version)))
/opt/work/chris/rtems/docs/rtems-docs.git/common/latex.py:9: SyntaxWarning: 
"\d" is an invalid escape sequence. Such sequences will not work in the future. 
Did you mean "\\d"? A raw string is also an option.
  '\documentclass[a4paper,11pt,english]{report}']
```

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/work_items/160
You're receiving this email because of your account on gitlab.rtems.org. 
Unsubscribe from this thread: 
https://gitlab.rtems.org/-/sent_notifications/5-69rfsppepp3p9hcs9e4i56n9s-j/unsubscribe
 | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | 
Help: https://gitlab.rtems.org/help


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to