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 alecsandru.patrascu
Recipients alecsandru.patrascu, brett.cannon
Date 2015-09-21.19:30:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442863854.14.0.794056649486.issue25188@psf.upfronthosting.co.za>
In-reply-to
Content
The patch does not display dots, as they are not that intuitive and users cannot make an estimate of the time left or the position in the training phase. Instead, the regrtest.py, will display the progress as [X/Y], like the default version, but without any warnings, failed tests, skipped tests. Also the start and end report are suppressed.

I don't understand what do you mean by "keyword-only parameter". I added a new flag (-P/--pgo) and propagated it along all the functions that need it. Another approach would have been to use a global variable, lets say "pgo" and use it directly. This is closer to what you had in mind?
History
Date User Action Args
2015-09-21 19:30:54alecsandru.patrascusetrecipients: + alecsandru.patrascu, brett.cannon
2015-09-21 19:30:54alecsandru.patrascusetmessageid: <1442863854.14.0.794056649486.issue25188@psf.upfronthosting.co.za>
2015-09-21 19:30:54alecsandru.patrasculinkissue25188 messages
2015-09-21 19:30:53alecsandru.patrascucreate