Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Got the following Warnings when running under python 3.12.1 home/mattrose/Code/terminator/terminatorlib/terminal.py:324: SyntaxWarning: invalid escape sequence '\[' hostchars = "-A-Za-z0-9:\[\]" /home/mattrose/Code/terminator/terminatorlib/terminal.py:348: SyntaxWarning: invalid escape sequence '\.' "(www|ftp)[" + hostchars + "]*\.[" + hostchars + /home/mattrose/Code/terminator/terminatorlib/terminal.py:354: SyntaxWarning: invalid escape sequence '\.' "[a-zA-Z0-9-]*\.[a-zA-Z0-9][a-zA-Z0-9-]+" + /home/mattrose/Code/terminator/terminatorlib/terminal.py:359: SyntaxWarning: invalid escape sequence '\^' """news:[-A-Z\^_a-z{|}~!"#$%&'()*+,./0-9;:=?`]+@""" + To fix this, I changed the strings to raw strings to pass to the regex
- Loading branch information