]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44667: Treat correctly lines ending with comments and no newlines in the Python...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 31 Jul 2021 01:17:09 +0000 (02:17 +0100)
committerGitHub <noreply@github.com>
Sat, 31 Jul 2021 01:17:09 +0000 (02:17 +0100)
commitb6bde9fc42aecad5be0457198d17cfe7b481ad79
treeec5e777de20072b7bf98d8101adf07e942cde4e8
parente63e6311aa258a5f3f49a7aed9fdde445fd384d6
bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499)
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]