]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18468: The re.split, re.findall, and re.sub functions and the group()
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 16 Oct 2013 09:46:28 +0000 (12:46 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 16 Oct 2013 09:46:28 +0000 (12:46 +0300)
commit25324971fb3922a9e7f01380b23227416d753757
treeec6a42304dd8243d3d8834908753f559c53709f6
parent355dda8d17c01d39fac47966aa6b6b44bf6e88b0
Issue #18468: The re.split, re.findall, and re.sub functions and the group()
and groups() methods of match object now always return a string or a bytes
object.
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c