diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2023-12-09 10:16:08 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2023-12-09 10:19:54 -0500 |
commit | 9f731ac68cd0409c321860a4d484bfd4c3e3f851 (patch) | |
tree | b6c1d4efada1f925fb5e30b4e0b62a6edd59b3d2 /ReleaseNotes | |
parent | 82e73df8f7db9e8c33dd9b1d65cc6b235656f893 (diff) | |
download | tor-9f731ac68cd0409c321860a4d484bfd4c3e3f851.tar.gz tor-9f731ac68cd0409c321860a4d484bfd4c3e3f851.zip |
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')
Diffstat (limited to 'ReleaseNotes')
0 files changed, 0 insertions, 0 deletions