[Python-Dev] bug triage

2010-01-06 Thread Chris Withers
Hi All, Is there a high volume of incoming bugs to the Python tracker? If so, I'd like to help with triaging. I think I have all the necessary access, what I'm missing is the knowledge of how to set myself up to get notifications of new bugs... How do I do that? cheers, Chris --

Re: [Python-Dev] bug triage

2010-01-06 Thread Antoine Pitrou
Hi Chris, Is there a high volume of incoming bugs to the Python tracker? If so, I'd like to help with triaging. I think I have all the necessary access, what I'm missing is the knowledge of how to set myself up to get notifications of new bugs... Do you really want to get such

Re: [Python-Dev] bug triage

2010-01-06 Thread Michael Foord
On 06/01/2010 11:19, Chris Withers wrote: Hi All, Is there a high volume of incoming bugs to the Python tracker? If so, I'd like to help with triaging. I think I have all the necessary access, what I'm missing is the knowledge of how to set myself up to get notifications of new bugs... How

Re: [Python-Dev] bug triage

2010-01-06 Thread Chris Withers
Michael Foord wrote: I assumed there would be RSS feeds for bug tracker activity but can't easily find these on the tracker. There is a bot that posts activity to #python-dev, so there must be some way of getting this information. Yeah, email-out is what I'm really after... I have it for my

Re: [Python-Dev] bug triage

2010-01-06 Thread Nick Coghlan
Michael Foord wrote: I assumed there would be RSS feeds for bug tracker activity but can't easily find these on the tracker. There is a bot that posts activity to #python-dev, so there must be some way of getting this information. I'm pretty sure the bugs list is still the primary spooled

Re: [Python-Dev] bug triage

2010-01-06 Thread Chris Withers
Nick Coghlan wrote: I'm pretty sure the bugs list is still the primary spooled notification mechanism: http://mail.python.org/mailman/listinfo/python-bugs-list That's what I was after, thanks! Chris -- Simplistix - Content Management, Batch Processing Python Consulting -

Re: [Python-Dev] bug triage

2010-01-06 Thread Facundo Batista
On Wed, Jan 6, 2010 at 8:19 AM, Chris Withers ch...@simplistix.co.uk wrote: Is there a high volume of incoming bugs to the Python tracker? If so, I'd like to help with triaging. I think I have all the necessary access, what I'm missing is the knowledge of how to set myself up to get

Re: [Python-Dev] bug triage

2010-01-06 Thread Tarek Ziadé
On Wed, Jan 6, 2010 at 12:24 PM, Michael Foord fuzzy...@voidspace.org.uk wrote: On 06/01/2010 11:19, Chris Withers wrote: Hi All, Is there a high volume of incoming bugs to the Python tracker? If so, I'd like to help with triaging. I think I have all the necessary access, what I'm missing

Re: [Python-Dev] bug triage

2010-01-06 Thread Chris Withers
Tarek Ziadé wrote: Another useful triage I think, is to review the oldest bugs (some of them are 5 years) and remove the ones that are not relevant anymore, or duplicate with newer entries. I'm sprinting for 2 days at PyCon, I'd verymuch be up for doing this with someone as a paired task for

Re: [Python-Dev] bug triage

2010-01-06 Thread Tarek Ziadé
On Wed, Jan 6, 2010 at 1:31 PM, Chris Withers ch...@simplistix.co.uk wrote: Tarek Ziadé wrote: Another useful triage I think, is to review the oldest bugs (some of them are 5 years) and remove the ones that are not relevant anymore, or duplicate with newer entries. I'm sprinting for 2

Re: [Python-Dev] bug triage

2010-01-06 Thread Roché Compaan
On Wed, 2010-01-06 at 11:30 +, Chris Withers wrote: Michael Foord wrote: I assumed there would be RSS feeds for bug tracker activity but can't easily find these on the tracker. There is a bot that posts activity to #python-dev, so there must be some way of getting this information.

Re: [Python-Dev] bug triage

2010-01-06 Thread Nick Coghlan
Tarek Ziadé wrote: Another useful triage I think, is to review the oldest bugs (some of them are 5 years) and remove the ones that are not relevant anymore, or duplicate with newer entries. I believe someone (Daniel Diniz, maybe?) did do a pass over those some time in the last 12 months, so

Re: [Python-Dev] bug triage

2010-01-06 Thread R. David Murray
On Wed, 06 Jan 2010 11:41:28 +, Chris Withers ch...@simplistix.co.uk wrote: Nick Coghlan wrote: I'm pretty sure the bugs list is still the primary spooled notification mechanism: http://mail.python.org/mailman/listinfo/python-bugs-list That's what I was after, thanks! Just for

Re: [Python-Dev] bug triage

2010-01-06 Thread Brian Curtin
On Wed, Jan 6, 2010 at 06:57, Nick Coghlan ncogh...@gmail.com wrote: I believe someone (Daniel Diniz, maybe?) did do a pass over those some time in the last 12 months, so most of the obviously irrelevant ones that are that old should already be gone. Not to say it isn't worth doing another

Re: [Python-Dev] bug triage

2010-01-06 Thread sstein...@gmail.com
On Jan 6, 2010, at 7:29 AM, Tarek Ziadé wrote: On Wed, Jan 6, 2010 at 12:24 PM, Michael Foord fuzzy...@voidspace.org.uk wrote: On 06/01/2010 11:19, Chris Withers wrote: Hi All, Is there a high volume of incoming bugs to the Python tracker? If so, I'd like to help with triaging. I think

Re: [Python-Dev] bug triage

2010-01-06 Thread skip
Nick == Nick Coghlan ncogh...@gmail.com writes: Nick I'm pretty sure the bugs list is still the primary spooled Nick notification mechanism: Nick http://mail.python.org/mailman/listinfo/python-bugs-list Actually, there is a new-bugs-announce list:

Re: [Python-Dev] bug triage

2010-01-06 Thread Antoine Pitrou
Le Wed, 06 Jan 2010 08:57:42 -0600, Brian Curtin a écrit : On the topic of bugs that can be readily closed (literally), I've recently come across a number of issues which appear to be sitting in a patch or review stage, but their patches have been committed and the issue remains open. What is

Re: [Python-Dev] bug triage

2010-01-06 Thread Antoine Pitrou
Antoine Pitrou solipsis at pitrou.net writes: Le Wed, 06 Jan 2010 08:57:42 -0600, Brian Curtin a écrit : On the topic of bugs that can be readily closed (literally), I've recently come across a number of issues which appear to be sitting in a patch or review stage, but their patches have

Re: [Python-Dev] bug triage

2010-01-06 Thread Brett Cannon
On Wed, Jan 6, 2010 at 06:57, Brian Curtin brian.cur...@gmail.com wrote: On Wed, Jan 6, 2010 at 06:57, Nick Coghlan ncogh...@gmail.com wrote: I believe someone (Daniel Diniz, maybe?) did do a pass over those some time in the last 12 months, so most of the obviously irrelevant ones that are

Re: [Python-Dev] bug triage

2010-01-06 Thread Ned Deily
In article 4b4475f3.5040...@gmail.com, Nick Coghlan ncogh...@gmail.com wrote: Michael Foord wrote: I assumed there would be RSS feeds for bug tracker activity but can't easily find these on the tracker. There is a bot that posts activity to #python-dev, so there must be some way of getting

Re: [Python-Dev] bug triage

2010-01-06 Thread R. David Murray
On Wed, 06 Jan 2010 11:03:32 -0800, Brett Cannon wrote: On Wed, Jan 6, 2010 at 06:57, Brian Curtin brian.cur...@gmail.com wrote: On the topic of bugs that can be readily closed (literally), I've recently come across a number of issues which appear to be sitting in a patch or review stage,

Re: [Python-Dev] bug triage

2010-01-06 Thread Brett Cannon
On Wed, Jan 6, 2010 at 17:22, R. David Murray rdmur...@bitdance.com wrote: On Wed, 06 Jan 2010 11:03:32 -0800, Brett Cannon wrote: On Wed, Jan 6, 2010 at 06:57, Brian Curtin brian.cur...@gmail.com wrote: On the topic of bugs that can be readily closed (literally), I've recently come

Re: [Python-Dev] bug triage

2010-01-06 Thread Brian Curtin
On Wed, Jan 6, 2010 at 19:28, Brett Cannon br...@python.org wrote: On Wed, Jan 6, 2010 at 17:22, R. David Murray rdmur...@bitdance.comwrote: On Wed, 06 Jan 2010 11:03:32 -0800, Brett Cannon wrote: On Wed, Jan 6, 2010 at 06:57, Brian Curtin brian.cur...@gmail.com wrote: On the topic of