-
Committer:
John Arbash Meinel
-
Date:
2008-12-11 19:37:06 UTC
-
mto:
This revision was merged to the branch mainline in
revision
3895.
-
Revision ID:
john@arbash-meinel.com-20081211193706-7qz4e5f9a8c5w4b1
Implement osutils.split_lines() in terms of chunks_to_lines if possible.
chunks_to_lines([fulltext]) is about 2x faster than the original split_lines implementation.