Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use triple-quoted raw strings in regexp constants
This reduces the number of needed escape sequences, and fixes Python 3.6 warnings: grip/constants.py:32: DeprecationWarning: invalid escape sequence \( grip/constants.py:35: DeprecationWarning: invalid escape sequence \(
- Loading branch information