]> granicus.if.org Git - python/commit
Fix invalid escape sequence: use raw string. (GH-6225)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 25 Mar 2018 03:23:00 +0000 (20:23 -0700)
committerGitHub <noreply@github.com>
Sun, 25 Mar 2018 03:23:00 +0000 (20:23 -0700)
commit5729b9c0e9833ec8387d1bdaef619a2e66060a28
treee5a8d1f80df23bf60f3078f45c4e99767f32df4f
parent9989efbb653e8cbd08e51b4d79d094605c8b23b8
Fix invalid escape sequence: use raw string. (GH-6225)

(cherry picked from commit c42e7aa67ce72a6c4c6cdfe3b0929ca07556d444)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Lib/test/test_dataclasses.py