Mateusz Dobrowolny added the comment:
The official help
https://docs.python.org/3/library/re.html?highlight=findall#re.findall
in fact contains more information, especially the one mentioned in
http://bugs.python.org/issue3384.
Regarding my issue - I am afraid it was my misunderstanding
Changes by Mateusz Dobrowolny :
--
title: re.findall() documentation lacks information about finding THE LAST
iteration of reoeated capturing group (greedy) -> re.findall() documentation
lacks information about finding THE LAST iteration of repeated capturing group
(gre
New submission from Mateusz Dobrowolny:
Python 3.4.1, Windows.
help(re.findall) shows me:
findall(pattern, string, flags=0)
Return a list of all non-overlapping matches in the string.
If one or more capturing groups are present in the pattern, return
a list of groups; this will be a