]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix Python regexp literals 1344/head
authorArjun <pkillarjun@protonmail.com>
Thu, 9 May 2024 15:17:08 +0000 (20:47 +0530)
committerGreg Hudson <ghudson@mit.edu>
Wed, 22 May 2024 21:15:01 +0000 (17:15 -0400)
commit4b21b2e2821d3cb91042be09e0ebe09707a57d72
treebdd33867a18f957c1af0810e70298e5653b4ac91
parent623d649ba852839ba4822934bad9f97c184bf3ab
Fix Python regexp literals

Add missing "r" prefixes before literals using regexp escape
sequences.

[ghudson@mit.edu: split into separate commit; rewrote commit message]
src/util/cstyle-file.py