bneradt opened a new pull request, #13163:
URL: https://github.com/apache/trafficserver/pull/13163

   Newer Python versions warn when the regex_map_yaml test compiles a
   non-raw f-string containing regex escapes. The same string also turns
   \b into a backspace before writing remap.yaml, which makes the regex in
   the generated config less faithful to the source.
   
   This makes the YAML block a raw f-string so regex backslashes remain
   literal while the port interpolation still works.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to