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 Ramchandra Apte
Recipients Ramchandra Apte, docs@python
Date 2012-03-10.03:08:21
SpamBayes Score 0.0038485788
Marked as misclassified No
Message-id <1331348902.51.0.968875082813.issue14244@psf.upfronthosting.co.za>
In-reply-to
Content
help(re.split)

"split(pattern, string, maxsplit=0, flags=0)
    Split the source string by the occurrences of the pattern,
    returning a list containing the resulting substrings."


No info is given about behaviour with groups in pattern.
Created because of http://bugs.python.org/issue14236#msg155283.
History
Date User Action Args
2012-03-10 03:08:22Ramchandra Aptesetrecipients: + Ramchandra Apte, docs@python
2012-03-10 03:08:22Ramchandra Aptesetmessageid: <1331348902.51.0.968875082813.issue14244@psf.upfronthosting.co.za>
2012-03-10 03:08:21Ramchandra Aptelinkissue14244 messages
2012-03-10 03:08:21Ramchandra Aptecreate