commit | 6467213bfd10dd45f0ae6fa607c8052a3bdaec23 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Jan 13 07:55:48 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Jan 13 07:55:48 2010 +0000 |
tree | 2d2e16c4f8451c981f75a00bbcc6372561070a18 | |
parent | d0ff51c43f7d851f2e3beb230f346c1739152ab0 [diff] |
Issue #7622: Improve the split(), rsplit(), splitlines() and replace() methods of bytes, bytearray and unicode objects by using a common implementation based on stringlib's fast search. Patch by Florent Xicluna.