[issue29035] regrtest: simplify regex to match test names for the --fromfile option

Serhiy Storchaka report at bugs.python.org
Wed Dec 21 14:00:56 EST 2016


Serhiy Storchaka added the comment:

> --fromfile is written for developers who understand what they do, it's
> just an helper.

I don't understand the use case of it ;) , but when you need it, the patch LGTM.

You can call just .group() instead of .group(0).

----------

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


More information about the Python-bugs-list mailing list