diff options
Diffstat (limited to 'Misc/NEWS.d/next/C API/2023-08-22-18-45-20.gh-issue-108314.nOlmwq.rst')
-rw-r--r-- | Misc/NEWS.d/next/C API/2023-08-22-18-45-20.gh-issue-108314.nOlmwq.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/C API/2023-08-22-18-45-20.gh-issue-108314.nOlmwq.rst b/Misc/NEWS.d/next/C API/2023-08-22-18-45-20.gh-issue-108314.nOlmwq.rst deleted file mode 100644 index 90ae50a..0000000 --- a/Misc/NEWS.d/next/C API/2023-08-22-18-45-20.gh-issue-108314.nOlmwq.rst +++ /dev/null @@ -1,4 +0,0 @@ -Add :c:func:`PyDict_ContainsString` function: same as -:c:func:`PyDict_Contains`, but *key* is specified as a :c:expr:`const char*` -UTF-8 encoded bytes string, rather than a :c:expr:`PyObject*`. -Patch by Victor Stinner. |