]> granicus.if.org Git - python/commit
Use raw strings for regex to avoid invalid escape sequences. (GH-4741)
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Wed, 6 Dec 2017 19:00:34 +0000 (14:00 -0500)
committerGitHub <noreply@github.com>
Wed, 6 Dec 2017 19:00:34 +0000 (14:00 -0500)
commit24e77f92658c7d258e2a3cf9868f3f4658932b40
tree2233e838f20a9a78a1ae0432e140b4af924accdd
parent9d25bd11ca121cfc76e5bf31c265e72956208598
Use raw strings for regex to avoid invalid escape sequences. (GH-4741)
Lib/test/test_dataclasses.py