New submission from Ramchandra Apte <maniandra...@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@python
components: Documentation
messages: 155286
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14244>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to