]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub()
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 10 Oct 2014 08:06:31 +0000 (11:06 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 10 Oct 2014 08:06:31 +0000 (11:06 +0300)
commit7438e4b56fa6a34a021f11e1220331e841419b96
tree5adea0024d47e6816a9e771423e247faeffab0f6
parent365e28238f3ccde7f9024a37c212381746748d54
Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub()
and re.subn().
Doc/library/re.rst
Doc/whatsnew/3.5.rst
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS