[issue9628] runtests.sh -x doesn't work with more than two args (sed error)

R. David Murray report at bugs.python.org
Wed Sep 29 00:45:03 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Fixed in py3k r85078, 3.1 r85079.  Note that the only fix required was to the 'PAT' line, the other sed expressions are operating only on single filenames-per-line and so don't need the 'g' added.

I don't see runtests.sh in 2.7 (or 2.6), yet the history goes back quite a few years...

----------
nosy: +r.david.murray
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed
type:  -> behavior
versions:  -Python 3.3

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


More information about the Python-bugs-list mailing list