diff -r 3f4710b6baf9 triaging.rst --- a/triaging.rst Sat Aug 20 00:14:01 2011 +0300 +++ b/triaging.rst Sat Aug 20 12:45:24 2011 +0300 @@ -19,10 +19,26 @@ Type '''' Describes the type of issue. If something does not fit within any -specific type then simply do not set it. *"crash"* is for hard crashes of -the Python interpreter -- possibly with a core dump or a Windows error box -- -and not erroneous exits because of an unhandled exception (the latter fall under -the *"behavior"* category). +specific type then simply do not set it. + +crash + Hard crashes of the Python interpreter -- possibly with a core + dump or a Windows error box. +compile error + Errors reported by the compiler while compiling Python. +resource usage + Situations where too many resources (e.g. memory) are used. +security + Issues that might have security implications. If you think the issue + should not be made public, please report it to security@python.org instead. +behavior + Wrong or unexpected behaviors/results/exceptions. This includes most of + the bugs. +performance + Situations where too much time is necessary to complete the task. +feature requests + Issues that propose the addition of new functionality, such as new + functions, classes, modules, or even new arguments for existing functions. Stage '''''