[issue12789] re.Scanner doesn't support more than 2 groups on regex

2011-08-20 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> invalid stage: -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing

[issue12789] re.Scanner doesn't support more than 2 groups on regex

2011-08-20 Thread Ângelo Otávio Nuffer Nunes
Ângelo Otávio Nuffer Nunes added the comment: Ah, ok, thanks... Then I think my idea is impossible. I will use the Scanner in normal way. :) -- status: open -> closed ___ Python tracker ___

[issue12789] re.Scanner doesn't support more than 2 groups on regex

2011-08-20 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- title: re.Scanner don't support more then 2 groups on regex -> re.Scanner doesn't support more than 2 groups on regex ___ Python tracker