diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2023-06-07 12:31:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-07 12:31:48 (GMT) |
commit | 7279fb64089abc73c03247fb8191082ee42a9671 (patch) | |
tree | a92d02173f8156e902832ac9884a52f525656fa4 /Misc/NEWS.d/next | |
parent | a24a780d937109a0982d807473ae410cc75b0e3b (diff) | |
download | cpython-7279fb64089abc73c03247fb8191082ee42a9671.zip cpython-7279fb64089abc73c03247fb8191082ee42a9671.tar.gz cpython-7279fb64089abc73c03247fb8191082ee42a9671.tar.bz2 |
gh-105435: Fix spurious NEWLINE token if file ends with comment without a newline (#105442)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-06-07-12-20-59.gh-issue-105435.6VllI0.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-06-07-12-20-59.gh-issue-105435.6VllI0.rst b/Misc/NEWS.d/next/Core and Builtins/2023-06-07-12-20-59.gh-issue-105435.6VllI0.rst new file mode 100644 index 0000000..9e4d7e1 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-06-07-12-20-59.gh-issue-105435.6VllI0.rst @@ -0,0 +1,2 @@ +Fix spurious newline character if file ends on a comment without a newline. +Patch by Pablo Galindo |