summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2020-12-09-00-35-25.bpo-32381.Je08Ny.rst
blob: ded75fa54a42fff5e21bbbbb634a5cfab27a1bd3 (plain)
1
2
3
Remove the private :c:func:`_Py_fopen` function which is no longer needed.
Use :c:func:`_Py_wfopen` or :c:func:`_Py_fopen_obj` instead. Patch by Victor
Stinner.