Message118611
Python 2.7 docs say this was added in 2.7.3.1
Python 3.1 docs say this was added in 3.1
The problem with calling 're.split(pattern, string, re.I)' is that you are using positional arguments only. If you were to do 're.split(pattern, string, flags=re.I)', that should produce the desired result. |
|
Date |
User |
Action |
Args |
2010-10-14 02:26:06 | mjkeeler7 | set | recipients:
+ mjkeeler7, rhettinger, pitrou, timehorse, benoit |
2010-10-14 02:26:06 | mjkeeler7 | set | messageid: <1287023166.35.0.88289873141.issue3482@psf.upfronthosting.co.za> |
2010-10-14 02:26:04 | mjkeeler7 | link | issue3482 messages |
2010-10-14 02:26:04 | mjkeeler7 | create | |
|