diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-06-24 16:45:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 16:45:27 (GMT) |
commit | 7329c8c7a263015c5dae04fc9fb7ec9d58508c76 (patch) | |
tree | 78a7d75f1adece0b96ad80feeabc202c2777d8f5 /Misc | |
parent | 6c56356109616ea1292aafa48d30536279ec0937 (diff) | |
download | cpython-7329c8c7a263015c5dae04fc9fb7ec9d58508c76.zip cpython-7329c8c7a263015c5dae04fc9fb7ec9d58508c76.tar.gz cpython-7329c8c7a263015c5dae04fc9fb7ec9d58508c76.tar.bz2 |
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
(cherry picked from commit 6c6810d98979add7a89391c3c38990d0859f7a29)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-06-23-23-26-42.bpo-41094.zEIJse.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-06-23-23-26-42.bpo-41094.zEIJse.rst b/Misc/NEWS.d/next/Core and Builtins/2020-06-23-23-26-42.bpo-41094.zEIJse.rst new file mode 100644 index 0000000..6dd45e2 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-06-23-23-26-42.bpo-41094.zEIJse.rst @@ -0,0 +1,2 @@ +Fix decoding errors with audit when open files with non-ASCII names on non-UTF-8 +locale. |