This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients methane, python-dev, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-01-03.00:44:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483404251.57.0.301505469433.issue29035@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't understand the use case of it ;)

When I modify a codec or something related to text codecs, I would like to run all codec tests, not the fully Python test suite. So I use "ls Lib/test/test_*codec*py", the list is quite list, it's annoying to have to copy/paste test names manually.

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

Done.

Thanks for your review. I added a new unit test for filenames.
History
Date User Action Args
2017-01-03 00:44:11vstinnersetrecipients: + vstinner, methane, python-dev, serhiy.storchaka, xiang.zhang
2017-01-03 00:44:11vstinnersetmessageid: <1483404251.57.0.301505469433.issue29035@psf.upfronthosting.co.za>
2017-01-03 00:44:11vstinnerlinkissue29035 messages
2017-01-03 00:44:11vstinnercreate