summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-07-01 17:13:50 (GMT)
committerGitHub <noreply@github.com>2019-07-01 17:13:50 (GMT)
commit36242fd871d0f0977e720d4fae5700774bd8c09a (patch)
treeae4c503575eb19d889c46b7cf7368553f351380d /Misc
parente21b45a8e71d06a6a03f99261cab33e72b896bb9 (diff)
downloadcpython-36242fd871d0f0977e720d4fae5700774bd8c09a.zip
cpython-36242fd871d0f0977e720d4fae5700774bd8c09a.tar.gz
cpython-36242fd871d0f0977e720d4fae5700774bd8c09a.tar.bz2
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/C API/2019-06-28-15-49-16.bpo-36763.zrmgki.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2019-06-28-15-49-16.bpo-36763.zrmgki.rst b/Misc/NEWS.d/next/C API/2019-06-28-15-49-16.bpo-36763.zrmgki.rst
new file mode 100644
index 0000000..095d581
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2019-06-28-15-49-16.bpo-36763.zrmgki.rst
@@ -0,0 +1 @@
+Add :func:`PyConfig_SetWideStringList` function.