[issue11873] test_regexp() of test_compileall fails occassionally

Éric Araujo report at bugs.python.org
Fri May 13 17:23:14 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

> You are right that I got the regex wrong (I'm bad at regexes), but in
> fact it is fine the way it is.  Since there's no r, the regex is
> actually "ba[^/]$", which is exactly what I meant.

I would edit the string to reflect your meaning, then, otherwise other people may think too that the r was forgotten.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11873>
_______________________________________


More information about the Python-bugs-list mailing list