[issue3482] re.split, re.sub and re.subn should support flags

2008-08-01 Thread Benoit Thiell
Changes by Benoit Thiell <[EMAIL PROTECTED]>: -- components: +Regular Expressions type: -> behavior ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3482] re.split, re.sub and re.subn should support flags

2008-08-01 Thread Benoit Thiell
New submission from Benoit Thiell <[EMAIL PROTECTED]>: Given that the search operations support flags, it seems natural for a developer that the other functions in the module support flags as well. So when running "re.split(pattern, string, re.I)", the split() command seems to no