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 :-) _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com