Fix two bugs:
(1) maxsplit was ignored in split(). (2) groups() would return a string instead of a singleton tuple when there was only one group.
Showing
Please register or sign in to comment
(1) maxsplit was ignored in split(). (2) groups() would return a string instead of a singleton tuple when there was only one group.