<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Oct 4, 2017 at 5:52 AM, Victor Stinner <span dir="ltr"><<a href="mailto:victor.stinner@gmail.com" target="_blank">victor.stinner@gmail.com</a>></span> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Python uses a few categories to group bugs (on <a href="http://bugs.python.org" rel="noreferrer" target="_blank">bugs.python.org</a>) and<br>
NEWS entries (in the Python changelog). List used by the blurb tool:<br>
<br>
#.. section: Security<br>
#.. section: Core and Builtins<br>
#.. section: Library<br>
#.. section: Documentation<br>
#.. section: Tests<br>
#.. section: Build<br>
#.. section: Windows<br>
#.. section: macOS<br>
#.. section: IDLE<br>
#.. section: Tools/Demos<br>
#.. section: C API<br>
<br>
My problem is that almost all changes go into "Library" category. When<br>
I read long changelogs, it's sometimes hard to identify quickly the<br>
context (ex: impacted modules) of a change.<br>
<br>
It's also hard to find open bugs of a specific module on<br>
<a href="http://bugs.python.org" rel="noreferrer" target="_blank">bugs.python.org</a>, since almost all bugs are in the very generic<br>
"Library" category. Using full text returns "false positives".<br>
<br>
I would prefer to see more specific categories like:<br>
<br>
* Buildbots: only issues specific to buildbots<br></blockquote><div><br></div><div>I would expect anything listed under buildbot to be about infrastructure changes related to the running of build machines.</div><div><br></div><div>I think what you're getting at are the bugs that appear on build machines that weren't otherwise caught during the development of a recent change. In the end those are still just bugs in code, so I'm not sure I would group them at such a high level. Wouldn't this be a better use of the priority field? <br></div></div></div></div>