Use raw strings when escape sequences are needed
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 28 Jul 2017 20:03:58 +0000 (20:03 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 28 Jul 2017 20:03:58 +0000 (20:03 +0000)
Python 3.6 has added a DeprecationWarning for any regular strings
containing non-doubled backslash escapes. Use raw strings for these
instead so we'll be ready when the old syntax is eventually
disallowed.


No differences found