On 6 October 2017 at 06:35, Giampaolo Rodola' <g.rod...@gmail.com> wrote:

> On Wed, Oct 4, 2017 at 11:52 AM, Victor Stinner <victor.stin...@gmail.com>
> wrote:
>
>> By the way, we need maybe also a new "module name" field in the bug
>> tracker. But then comes the question of normalizing module names. For
>> example, should "email.message" be normalized to "email"? Maybe store
>> "email.message" but use "email" for search, display the module in the
>> issue title, etc.
>>
>> Victor
>
>
> Personally I've always dreamed about having *all* module names. That would
> reflect experts.rst file:
> https://github.com/python/devguide/blob/master/experts.rst
>

Right. One UX note though, based on similarly long lists in the Bugzilla
component fields for Fedora and RHEL: list boxes don't scale well to really
long lists of items, so such a field would ideally be based on a combo-box
with typeahead support. (We have something like that already for the nosy
list, where the typeahead support checks for Experts Index entries)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to