Files
Alex Xu (Hello71) 9f731ac68c Use raw strings for regexs containing escapes
In Python 3.12, these invalid escape sequences emit SyntaxWarnings, and will
emit SyntaxErrors in a future release.

Found using: grep '[^r]["'\''].*\\[^rn\\x0t"]' $(grep -rl '^#!.*python')
2023-12-09 10:19:54 -05:00
..
2020-11-12 11:44:09 -05:00
2023-01-10 09:11:58 -05:00
2020-11-12 11:44:09 -05:00
2020-11-12 11:44:09 -05:00
2022-04-27 23:09:44 -04:00