commit | f2c5484f9ee9c964454b2d4a176170042e3beea5 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Jan 13 08:07:53 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Jan 13 08:07:53 2010 +0000 |
tree | 56796a9587d43c252560bddc60ad864cbad0fa7a | |
parent | 5efea0430caf2c6e066ae2f32e4c28f65d42d69a [diff] |
Merged revisions 77461 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77461 | antoine.pitrou | 2010-01-13 08:55:48 +0100 (mer., 13 janv. 2010) | 5 lines 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. ........