summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C_API/2024-12-11-13-01-26.gh-issue-127350.uEBZZ4.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/C_API/2024-12-11-13-01-26.gh-issue-127350.uEBZZ4.rst')
-rw-r--r--Misc/NEWS.d/next/C_API/2024-12-11-13-01-26.gh-issue-127350.uEBZZ4.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/C_API/2024-12-11-13-01-26.gh-issue-127350.uEBZZ4.rst b/Misc/NEWS.d/next/C_API/2024-12-11-13-01-26.gh-issue-127350.uEBZZ4.rst
deleted file mode 100644
index d1b528c..0000000
--- a/Misc/NEWS.d/next/C_API/2024-12-11-13-01-26.gh-issue-127350.uEBZZ4.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Add :c:func:`Py_fopen` function to open a file. Similar to the :c:func:`!fopen`
-function, but the *path* parameter is a Python object and an exception is set
-on error. Add also :c:func:`Py_fclose` function to close a file, function
-needed for Windows support.
-Patch by Victor Stinner.