]> granicus.if.org Git - python/commit
bpo-32308: Replace empty matches adjacent to a previous non-empty match in re.sub...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 4 Jan 2018 09:06:13 +0000 (11:06 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Jan 2018 09:06:13 +0000 (11:06 +0200)
commitfbb490fd2f38bd817d99c20c05121ad0168a38ee
tree417d39bc824e6e62503f94033dbd2b37a8b5545b
parent0cc99c8cd70d422e4b345837a907db30e9180ab9
bpo-32308: Replace empty matches adjacent to a previous non-empty match in re.sub(). (#4846)
Doc/howto/regex.rst
Doc/library/re.rst
Doc/whatsnew/3.7.rst
Lib/test/test_re.py
Misc/NEWS.d/next/Library/2017-12-13-20-31-30.bpo-32308.CUbsb2.rst [new file with mode: 0644]
Modules/_sre.c