]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44667: Treat correctly lines ending with comments and no newlines in the Python...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Aug 2021 09:43:45 +0000 (02:43 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Aug 2021 09:43:45 +0000 (11:43 +0200)
commit33a4010198aad31346e46dafdda17e02f8349017
tree77c44e4d286966f0cceaf49eee3b3afbd3fcb805
parentc8db292012dd84aab81eb3ed9146709696a3d290
bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27500)

(cherry picked from commit b6bde9fc42aecad5be0457198d17cfe7b481ad79)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/test/test_tokenize.py
Lib/tokenize.py
Misc/NEWS.d/next/Library/2021-07-30-23-27-30.bpo-44667.tu0Xrv.rst [new file with mode: 0644]