We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d701ca0 commit 6545f1fCopy full SHA for 6545f1f
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-02-26-21-36-00.gh-issue-145234.w0mQ9n.rst
@@ -1,3 +1,5 @@
1
Fixed a ``SystemError`` in the parser when an encoding cookie (for example,
2
UTF-7) decodes to carriage returns (``\r``). Newlines are now normalized after
3
decoding in the string tokenizer.
4
+
5
+Patch by Pablo Galindo.
0 commit comments