]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104825: Remove implicit newline in the line attribute in tokens emitted in the...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 24 May 2023 09:59:18 +0000 (10:59 +0100)
committerGitHub <noreply@github.com>
Wed, 24 May 2023 09:59:18 +0000 (09:59 +0000)
commitc8cf9b42eb2bfbd4c3e708ec28d32430248a1d7a
treea57961289b87372b19a3a538bee40264646d1478
parentc45701e9ef004a523ebb28f3be902b3cf2cf7a9b
gh-104825: Remove implicit newline in the line attribute in tokens emitted in the tokenize module (#104846)
Lib/idlelib/idle_test/test_editor.py
Lib/test/test_tabnanny.py
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Core and Builtins/2023-05-24-09-59-56.gh-issue-104825.mQesie.rst [new file with mode: 0644]
Python/Python-tokenize.c