Merged revisions 77461 via svnmerge from · python/cpython@f2c5484 · GitHub
Skip to content

Commit f2c5484

Browse files
committed
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. ........
1 parent 5efea04 commit f2c5484

16 files changed

Lines changed: 1123 additions & 1418 deletions

Makefile.pre.in

Lines changed: 1 addition & 0 deletions

Misc/NEWS

Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)