[issue30004] in regex-howto, improve example on grouping

2017-11-17 Thread Cristian Barbarosie
Cristian Barbarosie <cristian.barbaro...@gmail.com> added the comment: I'm sorry, I have no experience at all with Git. Could you please do it for me ? The bug appears in two places, see my first two messages. Thank you -- ___ Python tracke

[issue30004] in regex-howto, improve example on grouping

2017-05-04 Thread Cristian Barbarosie
Cristian Barbarosie added the comment: This topic seems stuck. Is there anything else I should do ? -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue30004] in regex-howto, improve example on grouping

2017-04-06 Thread Cristian Barbarosie
Cristian Barbarosie added the comment: Just discovered that a nearly identical example is presented in the end of section "Non-capturing and Named Groups". My proposal applies to this other example, too. And, by the way, reading this HOWTO has been very us

[issue30004] in regex-howto, improve example on grouping

2017-04-05 Thread Cristian Barbarosie
New submission from Cristian Barbarosie: In the Regular Expression HOWTO https://docs.python.org/3.6/howto/regex.html#regex-howto the last example in the "Grouping" section has a bug. The code is supposed to find repeated words, but it catches false repetitions. >>> p = re.