mirror of https://github.com/python/cpython
3 lines
137 B
ReStructuredText
3 lines
137 B
ReStructuredText
|
Add :c:func:`PyBytes_Join(sep, iterable) <PyBytes_Join>` function, similar to
|
||
|
``sep.join(iterable)`` in Python. Patch by Victor Stinner.
|