commit | 6f7b0da6bcbcb5a873d8315e49db4096895fc2eb | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 20 23:08:34 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 20 23:08:34 2012 +0200 |
tree | b17875c3e50812957996c2fa3957069267f1ea1e | |
parent | 257c1323f7902cfe33f7614223a4b1a116b5eeb0 [diff] |
Issue #12805: Make bytes.join and bytearray.join faster when the separator is empty. Patch by Serhiy Storchaka.