Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`\s` isn't a valid backslash escape for a normal Python escape, which ends up "working" since the `\s` gets preserved verbatim. However, the invalid backslash escape can break other tools that process Python source code, notably `pytest`s assertion rewriting.
- Loading branch information