mirror of
https://github.com/python/cpython.git
synced 2026-05-29 23:56:56 -04:00
b63588c188
speed up splitlines and strip with charsets; etc. rsplit is now as
fast as split in all our tests (reverse takes no time at all), and
splitlines() is nearly as fast as a plain split("\n") in our tests.
and we're not done yet... ;-)