cpython/Misc/NEWS.d/next/C_API/2024-07-12-13-40-59.gh-issu...

3 lines
137 B
ReStructuredText
Raw Normal View History

Add :c:func:`PyBytes_Join(sep, iterable) <PyBytes_Join>` function, similar to
``sep.join(iterable)`` in Python. Patch by Victor Stinner.