]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125553: Fix backslash continuation in `untokenize` (#126010)
authorTomas R. <tomas.roun8@gmail.com>
Tue, 21 Jan 2025 19:58:44 +0000 (20:58 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2025 19:58:44 +0000 (19:58 +0000)
commit7ad793e5dbdf07e51a71b70d20f3e6e3ab60244d
treeb4c088f72195d83765fbd8e32908f217eb0ec28b
parenta4760ef8e5463116b3076e0f5e3c38b314f7b20f
gh-125553: Fix backslash continuation in `untokenize` (#126010)
Lib/test/test_tokenize.py
Lib/tokenize.py
Misc/NEWS.d/next/Library/2024-10-26-16-59-02.gh-issue-125553.4pDLzt.rst [new file with mode: 0644]