commit | 83e802796c80f46be616b48020356f7f51be533d | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Feb 03 11:04:19 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Feb 03 11:04:19 2015 +0200 |
tree | e896b143abc3523f96e20d88ebcc22512af16aa7 | |
parent | 32ca3dcb97a75c05dc2b90c88bbf82a541c57c61 [diff] |
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.