| commit | 2018831b2b2106499a43b37e49e24f7f14154d35 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Fri May 05 15:15:40 2006 +0000 |
| committer | Guido van Rossum <guido@python.org> | Fri May 05 15:15:40 2006 +0000 |
| tree | 1bc981556210e5090784002f7036a2d404856bfe | |
| parent | a0867f79bbdd2b38add23fced8e5ae071ce09f70 [diff] |
Adding bytes.join() -- a class methods that concatenates an iterable of bytes. The name and API are questionable, but the functionality isn't.