This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benoit
Recipients benoit
Date 2008-08-01.07:20:20
SpamBayes Score 1.9592535e-06
Marked as misclassified No
Message-id <1217575222.11.0.84305922701.issue3482@psf.upfronthosting.co.za>
In-reply-to
Content
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 not work and don't return a message error (I understand that
're.I' is understood as 'maxsplit=0'.)

This is confusing and I think that it should be changed so that all
functions in the module are consistent.
History
Date User Action Args
2008-08-01 07:20:22benoitsetrecipients: + benoit
2008-08-01 07:20:22benoitsetmessageid: <1217575222.11.0.84305922701.issue3482@psf.upfronthosting.co.za>
2008-08-01 07:20:21benoitlinkissue3482 messages
2008-08-01 07:20:20benoitcreate