summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2020-06-24 05:46:05 (GMT)
committerGitHub <noreply@github.com>2020-06-24 05:46:05 (GMT)
commit6c6810d98979add7a89391c3c38990d0859f7a29 (patch)
tree3ce70553118d4e9276cd84f8dc4c2850257c24af /Misc
parentbf2e515fa43406d4bd9c4c53ecc9364034d8f9f6 (diff)
downloadcpython-6c6810d98979add7a89391c3c38990d0859f7a29.zip
cpython-6c6810d98979add7a89391c3c38990d0859f7a29.tar.gz
cpython-6c6810d98979add7a89391c3c38990d0859f7a29.tar.bz2
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-06-23-23-26-42.bpo-41094.zEIJse.rst2
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.