]> granicus.if.org Git - python/commit
Fix two bugs:
authorGuido van Rossum <guido@python.org>
Mon, 12 Jan 1998 18:57:53 +0000 (18:57 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 Jan 1998 18:57:53 +0000 (18:57 +0000)
commit2b2b3f9bcb7d1cdf97b68f825489b5abfd42cf22
tree241e34e157c18519d2814c0ba592194c9b1b8bce
parent054f8fd12cda4e5f3e211ca15347960e8d37fa40
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.
Lib/re.py