[docs] [issue14244] No information about behaviour with groups in pattern in the docstring for re.split

Ramchandra Apte report at bugs.python.org
Sat Mar 10 04:08:22 CET 2012


New submission from Ramchandra Apte <maniandram01 at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 155286
nosy: docs at python, ramchandra.apte
priority: normal
severity: normal
status: open
title: No information about behaviour with groups in pattern in the docstring for re.split

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14244>
_______________________________________


More information about the docs mailing list