Python 3.8 will emit a SyntaxWarning for str/bytes with invalid
escapes. This commit addresses 4 occurrences where we had a bare
\ in a str/bytes.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG47c92f8ed128: patch: properly escape \ in string literals
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.