diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2021-11-20 15:34:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-20 15:34:56 (GMT) |
commit | 904af3de2bef6d971463a564541cb6dadf22d7f8 (patch) | |
tree | dd053ac62a918edcfc1aadfaab13113533a88291 /Misc/NEWS.d | |
parent | bbe3c57c865439f2194eb760a4362b5506d221a7 (diff) | |
download | cpython-904af3de2bef6d971463a564541cb6dadf22d7f8.zip cpython-904af3de2bef6d971463a564541cb6dadf22d7f8.tar.gz cpython-904af3de2bef6d971463a564541cb6dadf22d7f8.tar.bz2 |
[3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-29646) (GH-29661)
(cherry picked from commit fdcc46d9554094994f78bedf6dc9220e5d5ee668)
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/2021-11-19-22-57-42.bpo-45848.HgVBJ5.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-11-19-22-57-42.bpo-45848.HgVBJ5.rst b/Misc/NEWS.d/next/Core and Builtins/2021-11-19-22-57-42.bpo-45848.HgVBJ5.rst new file mode 100644 index 0000000..d9394c9 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-11-19-22-57-42.bpo-45848.HgVBJ5.rst @@ -0,0 +1,2 @@ +Allow the parser to obtain error lines directly from encoded files. Patch by +Pablo Galindo |