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.
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
Cristian Barbarosie added the comment:
This topic seems stuck. Is there anything else I should do ?
--
___
Python tracker
<http://bugs.python.org/issue30
Cristian Barbarosie 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 tracker
<https://bugs.python.org/is