diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-07-01 17:13:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-01 17:13:50 (GMT) |
commit | 36242fd871d0f0977e720d4fae5700774bd8c09a (patch) | |
tree | ae4c503575eb19d889c46b7cf7368553f351380d /Misc | |
parent | e21b45a8e71d06a6a03f99261cab33e72b896bb9 (diff) | |
download | cpython-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.rst | 1 |
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. |