]> granicus.if.org Git - python/commit
Fix group() -- should be tuple even when re has exactly one group.
authorGuido van Rossum <guido@python.org>
Tue, 15 Jul 1997 15:40:29 +0000 (15:40 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 Jul 1997 15:40:29 +0000 (15:40 +0000)
commit531097502cc549a8ec5bbe29c90e7b8850cbff24
tree373b6c76b5c001cc3101c3e8faac3d54926ba825
parent09bcfd649abcbca173ea463a799193c3026e2666
Fix group() -- should be tuple even when re has exactly one group.
Lib/re.py