]> granicus.if.org Git - python/commit
Issue #22818: Splitting on a pattern that could match an empty string now
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 Feb 2015 09:04:19 +0000 (11:04 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 Feb 2015 09:04:19 +0000 (11:04 +0200)
commit83e802796c80f46be616b48020356f7f51be533d
treee896b143abc3523f96e20d88ebcc22512af16aa7
parent32ca3dcb97a75c05dc2b90c88bbf82a541c57c61
Issue #22818: Splitting on a pattern that could match an empty string now
raises a warning.  Patterns that can only match empty strings are now
rejected.
Doc/library/re.rst
Doc/whatsnew/3.5.rst
Lib/sre_compile.py
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c