Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Stephen J. Turnbull
Lennart Regebro writes: > > Sure, but that's still *work*, and it's work for *somebody else*. > > Yes, but only when the checkin was wrong. For all other checkins, it's > *less* work. Hence, a committer needs to basically fudge up every > second checkin to cause more work than he relieves wo

Re: [Python-Dev] merit

2010-04-26 Thread Stephen J. Turnbull
Lennart Regebro writes: > On Mon, Apr 26, 2010 at 20:30, Antoine Pitrou wrote: > > In an open source community, "merit" relates to that community. > > We don't give Linus Torvalds all rights on the project just > > because we know (or assume ;-)) he is tremendously competent. > > Well, tha

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Stephen J. Turnbull
Steve Holden writes: > Yes, in the last year in particular there has been some excellent effort > of maintaining the issue tracker content. But the question still remains > - who are we worried about offending? In this thread, we did worry about offending Sean and dangerjim. Now that Sean has

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Meador Inge
> In other words, I think the goal is not just to add new developers to > the community, but to continue to build a strong community of developers. FWIW, from a Python community newbie that has submitted a few patches and commented on the tracker for a few months, I agree with this statement and t

Re: [Python-Dev] Enhanced tracker privileges for "dangerjim" to do triage.

2010-04-26 Thread Stephen J. Turnbull
Terry Reedy writes: > As said above, the need to do this should be fixed. In the meantime, if > people really care about having 'no selection' replaced by 'normal', I > could do more. I have not bothered because I regard the two as synonyms > and have not bothered. Technically they're very

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Steven D'Aprano
On Tue, 27 Apr 2010 05:37:31 am Antoine Pitrou wrote: > Steven D'Aprano pearwood.info> writes: > > That depends on what you call unglamourous work. No, I don't triage > > bugs. I don't have commit privileges, so I can't. > > Is this the sole reason? You could try to review patches which are > prop

Re: [Python-Dev] what to do if you don't want your module in Debian

2010-04-26 Thread David Cournapeau
On Tue, Apr 27, 2010 at 5:10 AM, Piotr Ożarowski wrote: > if there's no other way (--install-data is ignored right now, and I know > you're doing a great work to change that, thanks BTW), one could always > use it in *one* place and later import the result in other parts of > the code (instead of

Re: [Python-Dev] what to do if you don't want your module in Debian

2010-04-26 Thread Michael Foord
On 27/04/2010 00:26, James Mills wrote: On Tue, Apr 27, 2010 at 9:15 AM, David Malcolm wrote: On Mon, 2010-04-26 at 21:19 +0200, Piotr Ożarowski wrote: Many Python module developers do not want their work to be distributed by Debian (and probably by other Linux distributions), here's

Re: [Python-Dev] what to do if you don't want your module in Debian

2010-04-26 Thread James Mills
On Tue, Apr 27, 2010 at 9:15 AM, David Malcolm wrote: > On Mon, 2010-04-26 at 21:19 +0200, Piotr Ożarowski wrote: >> Many Python module developers do not want their work to be distributed >> by Debian (and probably by other Linux distributions), here's a list of > Thanks!   Not just Debian: I can

Re: [Python-Dev] what to do if you don't want your module in Debian

2010-04-26 Thread Toshio Kuratomi
On Mon, Apr 26, 2010 at 05:46:55PM -0400, Barry Warsaw wrote: > On Apr 26, 2010, at 09:39 PM, Tarek Ziadé wrote: > > >You should be permissive on that one. Until we know how to describe resource > >files properly, __file__ is what developer use when they need their projects > >to be portable.. >

Re: [Python-Dev] what to do if you don't want your module in Debian

2010-04-26 Thread David Malcolm
On Mon, 2010-04-26 at 21:19 +0200, Piotr Ożarowski wrote: > Hi, > > Many Python module developers do not want their work to be distributed > by Debian (and probably by other Linux distributions), here's a list of Thanks! Not just Debian: I can confirm, from bitter experience, that your list is a

Re: [Python-Dev] what to do if you don't want your module in Debian

2010-04-26 Thread Tarek Ziadé
On Mon, Apr 26, 2010 at 11:56 PM, Robert Kern wrote: [..] > > I don't think the OP is really speaking against using __file__ per se, but > rather putting data into the package however it is accessed. The > Linux-packager preferred practice is to install into the appropriate > /usr/shared/ subdirec

Re: [Python-Dev] what to do if you don't want your module in Debian

2010-04-26 Thread Barry Warsaw
On Apr 26, 2010, at 04:56 PM, Robert Kern wrote: >On 4/26/10 4:46 PM, Barry Warsaw wrote: >> On Apr 26, 2010, at 09:39 PM, Tarek Ziadé wrote: >> >>> You should be permissive on that one. Until we know how to describe resource >>> files properly, __file__ is what developer use when they need their

Re: [Python-Dev] what to do if you don't want your module in Debian

2010-04-26 Thread Barry Warsaw
On Apr 27, 2010, at 12:03 AM, Tarek Ziadé wrote: >On Mon, Apr 26, 2010 at 11:45 PM, Barry Warsaw wrote: >[..] >> >> For example, there's a nice tool called 'Quickly' that builds application >> templates using best practices.  It is opinionated, but designed for the >> opportunistic programmer.  I

Re: [Python-Dev] what to do if you don't want your module in Debian

2010-04-26 Thread Tarek Ziadé
On Mon, Apr 26, 2010 at 11:46 PM, Barry Warsaw wrote: > On Apr 26, 2010, at 09:39 PM, Tarek Ziadé wrote: > >>You should be permissive on that one. Until we know how to describe resource >>files properly, __file__ is what developer use when they need their projects >>to be portable.. > > Until then

Re: [Python-Dev] what to do if you don't want your module in Debian

2010-04-26 Thread Tarek Ziadé
On Mon, Apr 26, 2010 at 11:45 PM, Barry Warsaw wrote: [..] > > For example, there's a nice tool called 'Quickly' that builds application > templates using best practices.  It is opinionated, but designed for the > opportunistic programmer.  I've been thinking about writing a Python > application a

Re: [Python-Dev] what to do if you don't want your module in Debian

2010-04-26 Thread Robert Kern
On 4/26/10 4:46 PM, Barry Warsaw wrote: On Apr 26, 2010, at 09:39 PM, Tarek Ziadé wrote: You should be permissive on that one. Until we know how to describe resource files properly, __file__ is what developer use when they need their projects to be portable.. Until then, isn't pkg_resources t

Re: [Python-Dev] what to do if you don't want your module in Debian

2010-04-26 Thread Barry Warsaw
On Apr 26, 2010, at 09:39 PM, Tarek Ziadé wrote: >You should be permissive on that one. Until we know how to describe resource >files properly, __file__ is what developer use when they need their projects >to be portable.. Until then, isn't pkg_resources the best practice for this? (I'm pretty s

Re: [Python-Dev] what to do if you don't want your module in Debian

2010-04-26 Thread Barry Warsaw
On Apr 26, 2010, at 09:19 PM, Piotr Ożarowski wrote: >Many Python module developers do not want their work to be distributed >by Debian (and probably by other Linux distributions), here's a list of >hints that will help you accomplish that goal: Okay, it took me a few bullet items to realize you

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Terry Reedy
On 4/26/2010 5:02 PM, "Martin v. Löwis" wrote: Eric Smith wrote: Martin v. Löwis wrote: If possible, I think 'normal' should be the default in the hox or else there should be some sort of auto replacement. Makes sense to me. I have now changed to make 'normal' the default priority for new is

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Martin v. Löwis
Eric Smith wrote: > Martin v. Löwis wrote: If possible, I think 'normal' should be the default in the hox or else there should be some sort of auto replacement. >>> Makes sense to me. >> >> I have now changed to make 'normal' the default priority for new issues. >> Shall I also set the pr

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Terry Reedy
On 4/26/2010 4:41 PM, Eric Smith wrote: Martin v. Löwis wrote: If possible, I think 'normal' should be the default in the hox or else there should be some sort of auto replacement. Makes sense to me. I have now changed to make 'normal' the default priority for new issues. Just now, I still

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Brett Cannon
On Mon, Apr 26, 2010 at 13:39, "Martin v. Löwis" wrote: > >> If possible, I think 'normal' should be the default in the hox or else > >> there should be some sort of auto replacement. > > > > Makes sense to me. > > I have now changed to make 'normal' the default priority for new issues. > Shall I

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Terry Reedy
On 4/26/2010 3:22 PM, Steven D'Aprano wrote: That depends on what you call unglamourous work. No, I don't triage bugs. I don't have commit privileges, so I can't. Tracker 'privileges' (responsibilities, really) are different from commit privileses. > Does hand-holding newbies who don't know

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Eric Smith
Martin v. Löwis wrote: If possible, I think 'normal' should be the default in the hox or else there should be some sort of auto replacement. Makes sense to me. I have now changed to make 'normal' the default priority for new issues. Shall I also set the priority on all past issues to normal wh

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Martin v. Löwis
> Same here. Unfortunately I think that requires a code change as I can't > see how to do it through the web API. You have to write an auditor, which I just did. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/ma

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Martin v. Löwis
>> If possible, I think 'normal' should be the default in the hox or else >> there should be some sort of auto replacement. > > Makes sense to me. I have now changed to make 'normal' the default priority for new issues. Shall I also set the priority on all past issues to normal which have them cu

Re: [Python-Dev] what to do if you don't want your module in Debian

2010-04-26 Thread Tarek Ziadé
On Mon, Apr 26, 2010 at 10:10 PM, Piotr Ożarowski wrote: > [Tarek Ziadé, 2010-04-26] >> Great hints, I'll try to follow them... and they could make a good >> section in the Hitchhiker's guide to packaging ;) > > How about these two: > http://us.pycon.org/media/2010/talkdata/PyCon2010/038/paper.htm

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Brett Cannon
On Mon, Apr 26, 2010 at 12:01, Antoine Pitrou wrote: > Terry Reedy udel.edu> writes: > > > > If possible, I think 'normal' should be the default in the hox or else > > there should be some sort of auto replacement. > > Makes sense to me too. > Same here. Unfortunately I think that requires a co

Re: [Python-Dev] Enhanced tracker privileges for "dangerjim" to do triage.

2010-04-26 Thread Brett Cannon
On Mon, Apr 26, 2010 at 01:19, Paul Moore wrote: > On 26 April 2010 07:12, Sean Reifschneider wrote: > > Two of the 3 easiest things I came up with for an outsider to help out > > with, are things that his account couldn't do. > > Would in not therefore be reasonable to question whether the *def

Re: [Python-Dev] what to do if you don't want your module in Debian

2010-04-26 Thread Piotr Ożarowski
[Tarek Ziadé, 2010-04-26] > Great hints, I'll try to follow them... and they could make a good > section in the Hitchhiker's guide to packaging ;) How about these two: http://us.pycon.org/media/2010/talkdata/PyCon2010/038/paper.html http://wiki.debian.org/GettingPackaged > [...] > > * ignore FHS

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Terry Reedy
On 4/26/2010 2:15 PM, Steve Holden wrote: If this were the criterion then the answer would be simple: nobody seems to knows dangerjim in the Python community. Except, of course, the person recommending him. And it seems from the discussion that nobody is particularly bothered about finding out

Re: [Python-Dev] Should we drop active support of OSF/1?

2010-04-26 Thread Martin v. Löwis
> Maybe we can drop OSF/1 safely supporting Tru64 yet, but we don't have > any buildbot running any of this systems... Dropping support is fine with me, in the long term. If PEP 11 is truly followed, we should deprecate support in one version, and drop it in the next one. This would mean we add a

Re: [Python-Dev] what to do if you don't want your module in Debian

2010-04-26 Thread Tarek Ziadé
On Mon, Apr 26, 2010 at 9:19 PM, Piotr Ożarowski wrote: > Hi, > > Many Python module developers do not want their work to be distributed > by Debian (and probably by other Linux distributions), here's a list of > hints that will help you accomplish that goal: Great hints, I'll try to follow them.

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Antoine Pitrou
Steven D'Aprano pearwood.info> writes: > > That depends on what you call unglamourous work. No, I don't triage > bugs. I don't have commit privileges, so I can't. Is this the sole reason? You could try to review patches which are proposed, or give advice where you are competent. As Terry (I bel

Re: [Python-Dev] Drop OS/2 support?

2010-04-26 Thread Victor Stinner
Le samedi 17 avril 2010 05:19:36, Andrew MacIntyre a écrit : > > My patch: http://bugs.python.org/issue8391 (os.execvpe() doesn't support > > surrogates in env). > > I'll look at it when I get a chance, but I'm not expecting that my input > should affect your patch and I'm not expecting you to try

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Steven D'Aprano
On Tue, 27 Apr 2010 03:45:39 am Antoine Pitrou wrote: > Steven D'Aprano pearwood.info> writes: > > Who are we worried about offending? The crowds on the Internet who > > never volunteer for anything, who never submit patches, let alone > > offer to do the unglamourous work? > > Perhaps you should

[Python-Dev] what to do if you don't want your module in Debian

2010-04-26 Thread Piotr Ożarowski
Hi, Many Python module developers do not want their work to be distributed by Debian (and probably by other Linux distributions), here's a list of hints that will help you accomplish that goal: * depend on unstable or unreleased software (even if you use it only to generate docs or do unit test

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Antoine Pitrou
Terry Reedy udel.edu> writes: > > If possible, I think 'normal' should be the default in the hox or else > there should be some sort of auto replacement. Makes sense to me too. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org

Re: [Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Eric Smith
> Currently, the 'default' Priority for new tracker issues is '- no > selection -'. This is, I believe, widely understood to be equivalent to > 'normal'. Consequently, almost no one bothers to make a selection. This > applies even to experienced people like (in the last hour) Jesus Crea > (#8536),

Re: [Python-Dev] merit

2010-04-26 Thread Lennart Regebro
On Mon, Apr 26, 2010 at 20:30, Antoine Pitrou wrote: > Lennart Regebro gmail.com> writes: >> >> On Mon, Apr 26, 2010 at 17:42, R. David Murray bitdance.com> > wrote: >> > The first is that open source projects tend to be meritocracies. >> > An otherwise unknown person being introduced to the com

[Python-Dev] Make 'normal' the default tracker priority level

2010-04-26 Thread Terry Reedy
Currently, the 'default' Priority for new tracker issues is '- no selection -'. This is, I believe, widely understood to be equivalent to 'normal'. Consequently, almost no one bothers to make a selection. This applies even to experienced people like (in the last hour) Jesus Crea (#8536), Eric S

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Jesse Noller
On Mon, Apr 26, 2010 at 2:27 PM, Antoine Pitrou wrote: > Jesse Noller gmail.com> writes: >> >> Just to add fuel to the fire w.r.t this discussion about >> process-improvements, lowering friction, etc. I'd like to point out >> (unintentionally tooting my own horn) a discussion I started up on >> t

[Python-Dev] merit

2010-04-26 Thread Antoine Pitrou
Lennart Regebro gmail.com> writes: > > On Mon, Apr 26, 2010 at 17:42, R. David Murray bitdance.com> wrote: > > The first is that open source projects tend to be meritocracies. > > An otherwise unknown person being introduced to the community and > > immediately given privileges *just* because o

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Antoine Pitrou
Jesse Noller gmail.com> writes: > > Just to add fuel to the fire w.r.t this discussion about > process-improvements, lowering friction, etc. I'd like to point out > (unintentionally tooting my own horn) a discussion I started up on > this exact topic last week: > > http://jessenoller.com/2010/04

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Lennart Regebro
On Mon, Apr 26, 2010 at 17:42, R. David Murray wrote: > The first is that open source projects tend to be meritocracies. > An otherwise unknown person being introduced to the community and > immediately given privileges *just* because of the recommendation of > another person Since the recommenda

Re: [Python-Dev] Enhanced tracker privileges for "dangerjim" to do triage.

2010-04-26 Thread Terry Reedy
On 4/26/2010 2:12 AM, Sean Reifschneider wrote: On Sun, Apr 25, 2010 at 08:42:00PM -0400, Terry Reedy wrote: What is *his* interest? How long has he known and used Python? Good points have been made on both sides of the issue here. Despite my having a vested interest, I really have no strong

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Steve Holden
Antoine Pitrou wrote: > Steven D'Aprano pearwood.info> writes: >> Who are we worried about offending? The crowds on the Internet who never >> volunteer for anything, who never submit patches, let alone offer to do >> the unglamourous work? > > Perhaps you should look more carefully. We do have

[Python-Dev] Should we drop active support of OSF/1?

2010-04-26 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 We don't have any buildbot backing this system. OSF/1 last version was in 1994, was picked by Digital (Tru64 Unix). Last version of Tru64 was released in late 2006. Now Digital is owned by HP with its own Unix (HP-UX). Maybe we can drop OSF/1 safely

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Antoine Pitrou
Steven D'Aprano pearwood.info> writes: > Who are we worried about offending? The crowds on the Internet who never > volunteer for anything, who never submit patches, let alone offer to do > the unglamourous work? Perhaps you should look more carefully. We do have contributors who submit patches

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Terry Reedy
On 4/26/2010 7:45 AM, Michael Foord wrote: So the question remains - for *tracker* privileges, should the recommendation and commitment to mentor from an established commiter be sufficient (and therefore a standard part of our process)? I think this is a reasonable barrier for entry and should

Re: [Python-Dev] argparse suggestion

2010-04-26 Thread Eric Smith
Sounds good to me (subject to arguing about spellings, case insensitivity, etc.). Just so it doesn't get lost, I created issue 8538 to track it. Neal Becker wrote: steven.beth...@gmail.com made a very nice module for me to enhance argparse called argparse_bool.py, which contains ConfigureActio

Re: [Python-Dev] Enhanced tracker privileges for "dangerjim" to do triage.

2010-04-26 Thread Terry Reedy
On 4/26/2010 11:09 AM, Alexander Belopolsky wrote: I also I don't remember ever seeing spam in the bugs.python.org comments which suggests that the subscription process weeds bots reasonably well. And when it fails, spam is deleted just so no one does see it. _

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Steven D'Aprano
On Tue, 27 Apr 2010 01:42:10 am R. David Murray wrote: > On Mon, 26 Apr 2010 12:45:34 +0100, Michael Foord wrote: > > So the question remains - for *tracker* privileges, should the > > recommendation and commitment to mentor from an established > > commiter be sufficient (and therefore a standard

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread R. David Murray
On Mon, 26 Apr 2010 12:45:34 +0100, Michael Foord wrote: > So the question remains - for *tracker* privileges, should the > recommendation and commitment to mentor from an established commiter be > sufficient (and therefore a standard part of our process)? I think that in a technical sense a com

Re: [Python-Dev] argparse suggestion

2010-04-26 Thread Barry Warsaw
On Apr 26, 2010, at 08:20 AM, Neal Becker wrote: >steven.beth...@gmail.com made a very nice module for me to enhance argparse >called argparse_bool.py, which contains ConfigureAction. This will allow a >boolean value to be set very like the gnu configure style: > >--foo >--with-foo >--without-f

Re: [Python-Dev] Enhanced tracker privileges for "dangerjim" to do triage.

2010-04-26 Thread Alexander Belopolsky
On Mon, Apr 26, 2010 at 5:31 AM, Jeroen Ruigrok van der Werven wrote: .. > Be careful. Trackers are often hit by spam bots which change random form > field values. I cannot from memory recall whether or not we had this issue > on either the tracker tracker or Python's tracker. > I would think a c

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Jesse Noller
On Mon, Apr 26, 2010 at 7:05 AM, Michael Foord wrote: > On 26/04/2010 11:58, Stephen J. Turnbull wrote: >> >> [snip...] >> >> I'm not claiming that the current balance is right. > > Hmm... the core development team (those who make commits once a month or > more frequently) is very small, the numbe

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Lennart Regebro
On Mon, Apr 26, 2010 at 12:58, Stephen J. Turnbull wrote: > It is entirely *not* evident to me that it's too hard to get > privileges in the Python development community (Python's development > process works -- and it works really well by comparison to 99% of the > processes out there). Well, tha

Re: [Python-Dev] argparse suggestion

2010-04-26 Thread Antoine Pitrou
Senthil Kumaran gmail.com> writes: > > On Mon, Apr 26, 2010 at 08:20:10AM -0400, Neal Becker wrote: > > steven.bethard gmail.com made a very nice module for me to enhance argparse > > called argparse_bool.py, which contains ConfigureAction. This will allow a > > Would not it be a feature enh

Re: [Python-Dev] argparse suggestion

2010-04-26 Thread Senthil Kumaran
On Mon, Apr 26, 2010 at 08:20:10AM -0400, Neal Becker wrote: > steven.beth...@gmail.com made a very nice module for me to enhance argparse > called argparse_bool.py, which contains ConfigureAction. This will allow a Would not it be a feature enhancement request against argparse.py itself? In th

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread A.M. Kuchling
On Mon, Apr 26, 2010 at 02:25:33AM -, exar...@twistedmatrix.com wrote: > I think there should be a page on python.org that says all > contributors are welcome, and one way to become a contributor is to > wrangle the issue tracker, and explains what this involves (I don't > really have any idea,

[Python-Dev] argparse suggestion

2010-04-26 Thread Neal Becker
steven.beth...@gmail.com made a very nice module for me to enhance argparse called argparse_bool.py, which contains ConfigureAction. This will allow a boolean value to be set very like the gnu configure style: --foo --with-foo --without-foo --no-foo --foo=yes --foo=no I've been happily using i

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Michael Foord
On 26/04/2010 12:24, Antoine Pitrou wrote: Hello, I think it is very much in the interest of Python to evolve our processes in order to encourage more core-developers. Evolving means experimenting *and* being willing to change. It is certainly less *effort* to accept the status quo, but wit

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Michael Foord
On 26/04/2010 12:40, Scott Dial wrote: On 4/26/2010 7:24 AM, Antoine Pitrou wrote: I think it is very much in the interest of Python to evolve our processes in order to encourage more core-developers. Evolving means experimenting *and* being willing to change. It is certainly less *effort* t

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Steve Holden
Martin v. Löwis wrote: >> If adding people created work for already-busy developers then I'd be >> against it* > > I most certainly does create work, but that could be as little as > sending an email message to some administrator. > > There is no other way: somebody will have to make a decision,

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Scott Dial
On 4/26/2010 7:24 AM, Antoine Pitrou wrote: >> I think it is very much in the interest of Python to evolve our >> processes in order to encourage more core-developers. Evolving means >> experimenting *and* being willing to change. It is certainly less >> *effort* to accept the status quo, but wi

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Nick Coghlan
Stephen J. Turnbull wrote: > > There is one privilege that should be hard to get: Permanent delete. > > But being able to triage bugs isn't such a privilege. Heck, not even > > commit access is, because of someone makes something bad, you can back > > out the checkin. > > Sure, but that's stil

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Antoine Pitrou
Hello, > I think it is very much in the interest of Python to evolve our > processes in order to encourage more core-developers. Evolving means > experimenting *and* being willing to change. It is certainly less > *effort* to accept the status quo, but with several more committed and > enthus

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Michael Foord
On 26/04/2010 11:58, Stephen J. Turnbull wrote: [snip...] I'm not claiming that the current balance is right. Hmm... the core development team (those who make commits once a month or more frequently) is very small, the number of people doing bug triaging is currently good but also small. We

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Stephen J. Turnbull
Lennart Regebro writes: > I'd say there is something wrong with the process. If a trusted > developer can't get somebody more privilege on the tracker by > saying that "I trust this guy", then a new process is needed. > That's it's too hard to get privileges in the Python development > commun

Re: [Python-Dev] PEP 376

2010-04-26 Thread Tarek Ziadé
On Thu, Apr 22, 2010 at 6:05 PM, Tarek Ziadé wrote: > 2010/4/22 P.J. Eby : >> At 10:54 AM 4/22/2010 +0200, Tarek Ziadé wrote: >>> >>> Hello, >>> >>> I think I went through all the latest feedback regarding PEP 376. >>> >>> There will be still some work of course, on the implementation side >>> (fo

Re: [Python-Dev] Enhanced tracker privileges for "dangerjim" to do triage.

2010-04-26 Thread Jeroen Ruigrok van der Werven
-On [20100426 10:21], Paul Moore (p.f.mo...@gmail.com) wrote: >Would in not therefore be reasonable to question whether the *default* >privileges be changed to allow "outsiders" to do these things, rather >than asking for escalated privileges for one individual? (Or more >li

Re: [Python-Dev] Enhanced tracker privileges for "dangerjim" to do triage.

2010-04-26 Thread Paul Moore
On 26 April 2010 07:12, Sean Reifschneider wrote: > Two of the 3 easiest things I came up with for an outsider to help out > with, are things that his account couldn't do. Would in not therefore be reasonable to question whether the *default* privileges be changed to allow "outsiders" to do these

Re: [Python-Dev] Enhanced tracker privileges for dangerjim to do triage.

2010-04-26 Thread Lennart Regebro
On Mon, Apr 26, 2010 at 08:33, "Martin v. Löwis" wrote: > There is a little risk. People doing triage can make two common > mistakes, and both do happen in the Python tracker from time to time: > a) they reject some contribution, even though a long-time contributor >   might have accepted it with