summaryrefslogtreecommitdiff
path: root/tests/basics/string_rsplit.py
AgeCommit message (Collapse)Author
2017-06-02tests/basics/string_rsplit: Add tests for negative "maxsplit" argument.Damien George
2015-08-21tests: Add more tests to improve coverage, mostly testing exceptions.Damien George
2014-05-14objstr.c: Partial implementation of .rsplit().Paul Sokolovsky
sep=None is TODO.