summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2024-05-29 15:51:09 (GMT)
committerGitHub <noreply@github.com>2024-05-29 15:51:09 (GMT)
commit78d697b7d5ec2a6fa046b0e1c34e804f49e750b4 (patch)
tree848ca7ec720dccec64f3595b2d101a069bf4c813 /Misc/NEWS.d/next/Windows
parent34f9b3e7244615d2372614b20e10250e68cc8e61 (diff)
downloadcpython-78d697b7d5ec2a6fa046b0e1c34e804f49e750b4.zip
cpython-78d697b7d5ec2a6fa046b0e1c34e804f49e750b4.tar.gz
cpython-78d697b7d5ec2a6fa046b0e1c34e804f49e750b4.tar.bz2
gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r--Misc/NEWS.d/next/Windows/2024-05-29-11-06-12.gh-issue-119690.8q6e1p.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-05-29-11-06-12.gh-issue-119690.8q6e1p.rst b/Misc/NEWS.d/next/Windows/2024-05-29-11-06-12.gh-issue-119690.8q6e1p.rst
new file mode 100644
index 0000000..84dd216
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2024-05-29-11-06-12.gh-issue-119690.8q6e1p.rst
@@ -0,0 +1 @@
+Adds Unicode support and fixes audit events for ``_winapi.CreateNamedPipe``.