[issue11873] test_regexp() of test_compileall fails occassionally

R. David Murray report at bugs.python.org
Thu May 5 18:53:41 CEST 2011


R. David Murray <rdmurray at bitdance.com> 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.

----------

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


More information about the Python-bugs-list mailing list