summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMarta Gómez Macías <mgmacias@google.com>2023-05-27 16:50:43 (GMT)
committerGitHub <noreply@github.com>2023-05-27 16:50:43 (GMT)
commit86d8f489359b8f6cc15006bdcbd70521ce621fbb (patch)
tree3e839dd6d5e8811fd15f670e35a2db65521c86df /Misc/NEWS.d
parent6e62eb2e70a9f2a8099735989a58e8c8cfb4a2f2 (diff)
downloadcpython-86d8f489359b8f6cc15006bdcbd70521ce621fbb.zip
cpython-86d8f489359b8f6cc15006bdcbd70521ce621fbb.tar.gz
cpython-86d8f489359b8f6cc15006bdcbd70521ce621fbb.tar.bz2
gh-105017: Fix including additional NL token when using CRLF (#105022)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-05-27-16-23-16.gh-issue-105017.KQrsC0.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-05-27-16-23-16.gh-issue-105017.KQrsC0.rst b/Misc/NEWS.d/next/Core and Builtins/2023-05-27-16-23-16.gh-issue-105017.KQrsC0.rst
new file mode 100644
index 0000000..d41a216
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-05-27-16-23-16.gh-issue-105017.KQrsC0.rst
@@ -0,0 +1 @@
+Do not include an additional final ``NL`` token when parsing files having CRLF lines. Patch by Marta Gómez.