0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 04:12:13 +02:00
tor/scripts/codegen
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
..
fuzzing_include_am.py
gen_linux_syscalls.pl
gen_server_ciphers.py
get_mozilla_ciphers.py Use raw strings for regexs containing escapes 2023-12-09 10:19:54 -05:00
makedesc.py
run_trunnel.sh