CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/12/25 07:57:48
Modified files:
regress/sbin/slaacd: IfInfo.py Slaacctl.py
Log message:
Use raw string notation for re_match to avoid invalid escape sequence
syntax warnings shown with Python 3.12 (this is expected to eventually
become an error).
https://docs.python.org/3/howto/regex.html#the-backslash-plague
