Fix syntax for invalid escape sequences.

Review Request #12114 — Created March 7, 2022 and submitted

Information

Review Board
release-5.0.x

Reviewers

We had a handful of strings that had invalid escape sequences. In many
of these cases, we were dealing with regexes that needed to be marked as
raw strings. In others, we just needed to fix the string.

Ran unit tests (under pytest) and saw no more warnings about invalid
string sequences.

Summary ID
Fix syntax for invalid escape sequences.
We had a handful of strings that had invalid escape sequences. In many of these cases, we were dealing with regexes that needed to be marked as raw strings. In others, we just needed to fix the string. Testing Done: Ran unit tests (under pytest) and saw no more warnings about invalid string sequences.
44c070e931f4b9da11fb3e267dcb499ac20d6d74
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to django-3.2 (40290a8)
Loading...