listNewEvtTypes.py: use raw strings for regular expressions
Fixes warnings such as
SyntaxWarning: invalid escape sequence '\d'
search_regex = re.compile('v'+str(major)+'r(\d+)(?:p(\d+))?')
Should also be cherry-picked to master
and Sim11
Fixes warnings such as
SyntaxWarning: invalid escape sequence '\d'
search_regex = re.compile('v'+str(major)+'r(\d+)(?:p(\d+))?')
Should also be cherry-picked to master
and Sim11