-
- Downloads
py/objstr: Catch case of negative "maxsplit" arg to str.rsplit().
Negative values mean no limit on the number of splits so should delegate to the .split() method.
Please register or sign in to comment
Negative values mean no limit on the number of splits so should delegate to the .split() method.