Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-28 Thread Martin v. Löwis
> You still want the auditor to make sure, but it is possible to set the > default in the page template. Would you like a patch for that for > consideration? If so, are there other elements it might be useful to > have defaults for? (I would submit each as a separate patch.) Feel free to submit

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-28 Thread R. David Murray
On Wed, 28 Apr 2010 18:22:02 +0900, "Stephen J. Turnbull" wrote: > You still want the auditor to make sure, but it is possible to set the > default in the page template. Would you like a patch for that for > consideration? If so, are there other elements it might be useful to > have defaults fo

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-28 Thread Stephen J. Turnbull
"Martin v. Löwis" writes: > > > When I open http://bugs.python.org/iss...@template=item > > priority is (still) set at no selection. Is this my local cache (which I > > do not know how to clear in FF) or is 'normal' filled in after submission? > > It is filled in after submission. You stil

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-27 Thread Martin v. Löwis
> When I open http://bugs.python.org/iss...@template=item > priority is (still) set at no selection. Is this my local cache (which I > do not know how to clear in FF) or is 'normal' filled in after submission? It is filled in after submission. Regards, Martin

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-27 Thread Terry Reedy
On 4/27/2010 4:38 PM, "Martin v. Löwis" wrote: Done! When I open http://bugs.python.org/iss...@template=item priority is (still) set at no selection. Is this my local cache (which I do not know how to clear in FF) or is 'normal' filled in after submission? I do verify that searching for any

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-27 Thread Fred Drake
On Tue, Apr 27, 2010 at 4:38 PM, "Martin v. Löwis" wrote: > Done! Thanks, Martin! -Fred -- Fred L. Drake, Jr. "Chaos is the score upon which reality is written." --Henry Miller ___ Python-Dev mailing list Python-Dev@python.org http://mail.pyth

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-27 Thread Martin v. Löwis
R. David Murray wrote: > On Mon, 26 Apr 2010 22:39:39 +0200, > =?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?= wrote: If possible, I think 'normal' should be the default in the hox or else there should be some sort of auto replacement. >>> Makes sense to me. >> I have now changed to make 'no

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-27 Thread R. David Murray
On Mon, 26 Apr 2010 22:39:39 +0200, =?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?= wrote: > >> If possible, I think 'normal' should be the default in the hox or else > >> there should be some sort of auto replacement. > > > > Makes sense to me. > > I have now changed to make 'normal' the default pr

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Terry Reedy
On 4/26/2010 5:02 PM, "Martin v. Löwis" wrote: Eric Smith wrote: Martin v. Löwis wrote: If possible, I think 'normal' should be the default in the hox or else there should be some sort of auto replacement. Makes sense to me. I have now changed to make 'normal' the default priority for new is

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Martin v. Löwis
Eric Smith wrote: > Martin v. Löwis wrote: If possible, I think 'normal' should be the default in the hox or else there should be some sort of auto replacement. >>> Makes sense to me. >> >> I have now changed to make 'normal' the default priority for new issues. >> Shall I also set the pr

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Terry Reedy
On 4/26/2010 4:41 PM, Eric Smith wrote: Martin v. Löwis wrote: If possible, I think 'normal' should be the default in the hox or else there should be some sort of auto replacement. Makes sense to me. I have now changed to make 'normal' the default priority for new issues. Just now, I still

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Brett Cannon
On Mon, Apr 26, 2010 at 13:39, "Martin v. Löwis" wrote: > >> If possible, I think 'normal' should be the default in the hox or else > >> there should be some sort of auto replacement. > > > > Makes sense to me. > > I have now changed to make 'normal' the default priority for new issues. > Shall I

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Eric Smith
Martin v. Löwis wrote: If possible, I think 'normal' should be the default in the hox or else there should be some sort of auto replacement. Makes sense to me. I have now changed to make 'normal' the default priority for new issues. Shall I also set the priority on all past issues to normal wh

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Martin v. Löwis
> Same here. Unfortunately I think that requires a code change as I can't > see how to do it through the web API. You have to write an auditor, which I just did. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/ma

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Martin v. Löwis
>> If possible, I think 'normal' should be the default in the hox or else >> there should be some sort of auto replacement. > > Makes sense to me. I have now changed to make 'normal' the default priority for new issues. Shall I also set the priority on all past issues to normal which have them cu

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Brett Cannon
On Mon, Apr 26, 2010 at 12:01, Antoine Pitrou wrote: > Terry Reedy udel.edu> writes: > > > > If possible, I think 'normal' should be the default in the hox or else > > there should be some sort of auto replacement. > > Makes sense to me too. > Same here. Unfortunately I think that requires a co

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Antoine Pitrou
Terry Reedy udel.edu> writes: > > If possible, I think 'normal' should be the default in the hox or else > there should be some sort of auto replacement. Makes sense to me too. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Eric Smith
> Currently, the 'default' Priority for new tracker issues is '- no > selection -'. This is, I believe, widely understood to be equivalent to > 'normal'. Consequently, almost no one bothers to make a selection. This > applies even to experienced people like (in the last hour) Jesus Crea > (#8536),