←back to thread

620 points tambourine_man | 2 comments | | HN request time: 0.955s | source
1. russfink ◴[] No.43751271[source]
I feel like this can be solved another way. S=f”my good code #### {potentially_evil_user_input} #### my good code again” then work around the ####. Of course, even better, S=evil_user_input and do a scrub on S first.
replies(1): >>43751304 #
2. JohnKemeny ◴[] No.43751390[source]
As they mention in PEP 750,"we expect many more developers will use t-strings than write t-string processing functions."