[issue10347] regrtest progress counter makes -f option less useful

2010-11-07 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fixed in r86307. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue10347] regrtest progress counter makes -f option less useful

2010-11-07 Thread Georg Brandl
Georg Brandl added the comment: Right. Let's make -f ignore leading [...] in the file :) -- ___ Python tracker ___ ___ Python-bugs-li

[issue10347] regrtest progress counter makes -f option less useful

2010-11-07 Thread Antoine Pitrou
New submission from Antoine Pitrou : The regrtest progress counter ("[ 1/350]") is very nice but makes it less practical to use the "-f" option to regrtest. -- components: Tests messages: 120684 nosy: georg.brandl, pitrou priority: low severity: normal status: open title: regrtest prog