mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-19 21:35:26 -05:00

Python 3.12 has a new warning for backslash-character pairs that are not valid escape sequences at the level of string literals, as opposed to in some interior syntax such as regular expressions (https://docs.python.org/3/whatsnew/3.12.html#other-language-changes). Suppress it by using raw strings.