commit | 2b2b3f9bcb7d1cdf97b68f825489b5abfd42cf22 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jan 12 18:57:53 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jan 12 18:57:53 1998 +0000 |
tree | 241e34e157c18519d2814c0ba592194c9b1b8bce | |
parent | 054f8fd12cda4e5f3e211ca15347960e8d37fa40 [diff] |
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.