]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Adding bytes.join() -- a class methods that concatenates an iterable of bytes.
authorGuido van Rossum <guido@python.org>
Fri, 5 May 2006 15:15:40 +0000 (15:15 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 5 May 2006 15:15:40 +0000 (15:15 +0000)
commit2018831b2b2106499a43b37e49e24f7f14154d35
tree1bc981556210e5090784002f7036a2d404856bfe
parenta0867f79bbdd2b38add23fced8e5ae071ce09f70
Adding bytes.join() -- a class methods that concatenates an iterable of bytes.
The name and API are questionable, but the functionality isn't.
Lib/test/test_bytes.py
Objects/bytesobject.c