This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients eric.araujo, ezio.melotti, terry.reedy
Date 2011-08-20.17:53:57
SpamBayes Score 7.603525e-07
Marked as misclassified No
Message-id <1313862838.42.0.670832447938.issue12792@psf.upfronthosting.co.za>
In-reply-to
Content
This documents the current list, but ;-) I think the current list should be modified.

1. Put behavior at the top of the list, as it is the most common (a 'human factor' principle).

2. Combine performance and resource usage. Both are extremely rare and largely overlap. Time is a resource and space-hogging is bad performance. There is no difference as far as I know in terms of how we treat issues.

3. Going further: Each category should have a reason for being in terms of how we treat issues. I really think behavior, feature request, security, and other (listed in that order) are sufficient. Compiler errors, for instance, are rare (2% overall and probably less now), are covered by the build component, and are treated like bugs anyway (fixes are applied to current versions.
History
Date User Action Args
2011-08-20 17:53:58terry.reedysetrecipients: + terry.reedy, ezio.melotti, eric.araujo
2011-08-20 17:53:58terry.reedysetmessageid: <1313862838.42.0.670832447938.issue12792@psf.upfronthosting.co.za>
2011-08-20 17:53:57terry.reedylinkissue12792 messages
2011-08-20 17:53:57terry.reedycreate