]> granicus.if.org Git - python/commit
bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Dec 2017 12:29:05 +0000 (14:29 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2017 12:29:05 +0000 (14:29 +0200)
commit70d56fb52582d9d3f7c00860d6e90570c6259371
tree61e54b78f19535bfcf41d521b98def725de63497
parente69fbb6a560a02d0587b9075afd338a1e9073af0
bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471)

Also fixed searching patterns that could match an empty string.
Doc/library/re.rst
Doc/whatsnew/3.7.rst
Lib/doctest.py
Lib/test/test_re.py
Misc/NEWS.d/next/Library/2017-11-20-01-01-01.bpo-25054.rOlRV6.rst [new file with mode: 0644]
Misc/NEWS.d/next/Library/2017-11-20-01-29-46.bpo-1647489.-ZNNkh.rst [new file with mode: 0644]
Modules/_sre.c
Modules/sre.h
Modules/sre_lib.h