[Python-Dev] Make 'normal' the default tracker priority level (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Mon Apr 26 23:02:53 CEST 2010


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 priority on all past issues to normal which have them currently unset? I think the only risk is for issues that had a priority and were then deliberately changed to unset. Given how unlikely that is, I think you can go ahead and do this.

I can also filter them out:

roundup_tracker=> select distinct id from _issue, issue__journal where id=nodeid and _priority is null and action='set' and params like '%priority%'; id

1404 1601 3947 5249 5273 5334 6150 6453 7540

I will try to expand this to a proper update query, but only tomorrow.

Regards, Martin

P.S. Interestingly, it was tjreedy who unset the priority on issue 6453 where it was previously normal :-)



More information about the Python-Dev mailing list