]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38870: invalid escape sequence (GH-20240)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 May 2020 22:33:45 +0000 (15:33 -0700)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 22:33:45 +0000 (15:33 -0700)
commit059279d8706074489144f6ba8ccc8723e0b85007
treec9c608cf992e65c5c42b6f955b5e6957cc643bcd
parent9512ad74b0fcaff023c1ade75313dc8e249aef78
bpo-38870: invalid escape sequence (GH-20240)

`/home/isidentical/cpython/cpython/Lib/test/test_unparse.py:333: DeprecationWarning: invalid escape sequence \X`

Automerge-Triggered-By: @pablogsal
(cherry picked from commit dd74b6fde31aff9aa46c4fc2a830c569764e1b63)

Co-authored-by: Batuhan Taskaya <batuhanosmantaskaya@gmail.com>
Lib/test/test_unparse.py