]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105915: Add 'r' prefix to not emit SyntaxWarning in test_fstring (#105940)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Tue, 20 Jun 2023 12:49:00 +0000 (14:49 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Jun 2023 12:49:00 +0000 (14:49 +0200)
commit4b431d2e90bf5760a57aa40af2dd78e7bbf0b1ae
tree04a3537bab0b1fd61f9027e9e4c9703b4d198410
parent6586cee27f32f0354fe4e77c7b8c6e399329b5e2
gh-105915: Add 'r' prefix to not emit SyntaxWarning in test_fstring (#105940)

Co-authored-by: @sunmy2019
Lib/test/test_fstring.py