Re: [Python-Dev] Auto-Assignment

2008-03-07 Thread Martin v. Löwis
> ctypes is big and important enough IMO to deserve a component. Ok, I just created the component and made Thomas the auto-assignee for it. http://bugs.python.org/component22 Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail

Re: [Python-Dev] Auto-Assignment

2008-03-07 Thread Guido van Rossum
ctypes is big and important enough IMO to deserve a component. On Fri, Mar 7, 2008 at 6:59 AM, Thomas Heller <[EMAIL PROTECTED]> wrote: > Jeroen Ruigrok van der Werven schrieb: > > > -On [20080307 11:05], Guilherme Polo ([EMAIL PROTECTED]) wrote: > >>When you create a new issue, you have to selec

Re: [Python-Dev] Auto-Assignment

2008-03-07 Thread Thomas Heller
Jeroen Ruigrok van der Werven schrieb: > -On [20080307 11:05], Guilherme Polo ([EMAIL PROTECTED]) wrote: >>When you create a new issue, you have to select a component from a >>list, those are the available components. > > I think Thomas was wondering what the definition for a component was within

Re: [Python-Dev] Auto-Assignment

2008-03-07 Thread Jeroen Ruigrok van der Werven
-On [20080307 11:05], Guilherme Polo ([EMAIL PROTECTED]) wrote: >When you create a new issue, you have to select a component from a >list, those are the available components. I think Thomas was wondering what the definition for a component was within Roundup/the Python project and if ctypes would

Re: [Python-Dev] Auto-Assignment

2008-03-07 Thread Guilherme Polo
2008/3/7, Thomas Heller <[EMAIL PROTECTED]>: > Martin v. Löwis schrieb: > > > Thomas Heller wrote: > >> Martin v. Löwis schrieb: > >>> I just implemented auto-assignment for the tracker, i.e. a component > >>> can be linked to a developer so that issues mentioning the component > >>> get assign

Re: [Python-Dev] Auto-Assignment

2008-03-06 Thread Thomas Heller
Martin v. Löwis schrieb: > Thomas Heller wrote: >> Martin v. Löwis schrieb: >>> I just implemented auto-assignment for the tracker, i.e. a component >>> can be linked to a developer so that issues mentioning the component >>> get assigned to that developer (unless an explicit assignment is >>> made

Re: [Python-Dev] Auto-Assignment

2008-03-06 Thread Martin v. Löwis
Thomas Heller wrote: > Martin v. Löwis schrieb: >> I just implemented auto-assignment for the tracker, i.e. a component >> can be linked to a developer so that issues mentioning the component >> get assigned to that developer (unless an explicit assignment is >> made). >> > > You can autoassign ct

Re: [Python-Dev] Auto-Assignment

2008-03-06 Thread Thomas Heller
Martin v. Löwis schrieb: > I just implemented auto-assignment for the tracker, i.e. a component > can be linked to a developer so that issues mentioning the component > get assigned to that developer (unless an explicit assignment is > made). > You can autoassign ctypes issues to me, as you might

Re: [Python-Dev] Auto-Assignment

2008-03-06 Thread Collin Winter
On Thu, Mar 6, 2008 at 12:19 PM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > I just implemented auto-assignment for the tracker, i.e. a component > can be linked to a developer so that issues mentioning the component > get assigned to that developer (unless an explicit assignment is > made).

Re: [Python-Dev] Auto-Assignment

2008-03-06 Thread Georg Brandl
Martin v. Löwis schrieb: > I just implemented auto-assignment for the tracker, i.e. a component > can be linked to a developer so that issues mentioning the component > get assigned to that developer (unless an explicit assignment is > made). > > I have assigned 2to3 to Collin Winter (this was alr

[Python-Dev] Auto-Assignment

2008-03-06 Thread Martin v. Löwis
I just implemented auto-assignment for the tracker, i.e. a component can be linked to a developer so that issues mentioning the component get assigned to that developer (unless an explicit assignment is made). I have assigned 2to3 to Collin Winter (this was already implemented as a special case),