[Python-Dev] Change in priority fields
Neal Norwitz
nnorwitz at gmail.com
Tue Mar 18 05:31:12 CET 2008
On Mon, Mar 17, 2008 at 9:10 PM, Brett Cannon <brett at python.org> wrote:
> Barry, Neal, and myself had a conversation and changed the priority
> fields in the tracker. You can click on 'priority' to see an
> explanation, but the new fields are:
>> - release blocker
> - critical
> - high
> - normal
> - low
>> So "release blocker" blocks a release. "Critical" could very easily
> block a release, but not the current one. "High" issues should be
> addressed, but won't block anything. "Normal" is normal. And "low" is
> for spelling errors and such.
Primarily everyone should use normal for issues that are, uh, normal.
"Critical" should be used for bugs that are things like: crashing the
interpreter, serious memory/reference leaks. "High" could be used for
large problems with resource usage (too much memory) or something that
is otherwise, important.
n
More information about the Python-Dev
mailing list