Re: [Python-Dev] XXX do we need a new policy?

2008-11-04 Thread glyph
On 02:47 am, [EMAIL PROTECTED] wrote: I disagree. They should be removed when the issue they refer to is removed. No sooner, no later. Simply removing every XXX comment older than a year would not be helpful. The code base is so large that over 2000 XXX doesn't faze me particular. There are over

Re: [Python-Dev] XXX do we need a new policy?

2008-11-04 Thread glyph
On 3 Nov, 11:44 pm, [EMAIL PROTECTED] wrote: On Mon, Nov 3, 2008 at 3:39 PM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: Grepping through Python's sources tells me that we have over 2,000 "XXX" comments. So, I propose that we adopt a policy similar to Twisted's: All "XXX" comments must have

Re: [Python-Dev] XXX do we need a new policy?

2008-11-04 Thread Thomas Wouters
On Tue, Nov 4, 2008 at 07:04, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > I see that Guido is not keen on the idea, and I'm not sure my > > observations help sway things one way or the other. OTOH, it would be > > nice if at least we always add our own identifier (initials, nick, email > > a

Re: [Python-Dev] XXX do we need a new policy?

2008-11-04 Thread Nick Coghlan
Guido van Rossum wrote: > On Mon, Nov 3, 2008 at 3:39 PM, Benjamin Peterson > <[EMAIL PROTECTED]> wrote: >> Grepping through Python's sources tells me that we have over 2,000 >> "XXX" comments. The thing that irks me about them is that the have a >> very slow rate of being resolved, since they usua

Re: [Python-Dev] XXX do we need a new policy?

2008-11-03 Thread Martin v. Löwis
> I see that Guido is not keen on the idea, and I'm not sure my > observations help sway things one way or the other. OTOH, it would be > nice if at least we always add our own identifier (initials, nick, email > address) and a date to the XXX so we at least know who was talking about > what. I f

Re: [Python-Dev] XXX do we need a new policy?

2008-11-03 Thread Raymond Hettinger
From: "Guido van Rossum" <[EMAIL PROTECTED]> The right thing to do with XXX comments is to read them when you're in their vicinity, and to act when the urge becomes too strong to deal with any one in particular. Dealing with them en masse is just asking for a migraine. I concur. Raymond _

Re: [Python-Dev] XXX do we need a new policy?

2008-11-03 Thread Guido van Rossum
On Mon, Nov 3, 2008 at 7:35 PM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > On Mon, Nov 3, 2008 at 6:04 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote: >> On Mon, Nov 3, 2008 at 3:49 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: >>> On Nov 3, 2008, at 6:39 PM, Benjamin Peterson wrote: >>> Gre

Re: [Python-Dev] XXX do we need a new policy?

2008-11-03 Thread Benjamin Peterson
On Mon, Nov 3, 2008 at 6:04 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > On Mon, Nov 3, 2008 at 3:49 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: >> On Nov 3, 2008, at 6:39 PM, Benjamin Peterson wrote: >> >>> Grepping through Python's sources tells me that we have over 2,000 >>> "XXX" comments.

Re: [Python-Dev] XXX do we need a new policy?

2008-11-03 Thread Guido van Rossum
On Mon, Nov 3, 2008 at 3:49 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > On Nov 3, 2008, at 6:39 PM, Benjamin Peterson wrote: > >> Grepping through Python's sources tells me that we have over 2,000 >> "XXX" comments. The thing that irks me about them is that the have a >> very slow rate of being r

Re: [Python-Dev] XXX do we need a new policy?

2008-11-03 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Nov 3, 2008, at 6:39 PM, Benjamin Peterson wrote: Grepping through Python's sources tells me that we have over 2,000 "XXX" comments. The thing that irks me about them is that the have a very slow rate of being resolved, since they usually act mor

Re: [Python-Dev] XXX do we need a new policy?

2008-11-03 Thread Guido van Rossum
On Mon, Nov 3, 2008 at 3:39 PM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > Grepping through Python's sources tells me that we have over 2,000 > "XXX" comments. The thing that irks me about them is that the have a > very slow rate of being resolved, since they usually act more as > "notes to sel

[Python-Dev] XXX do we need a new policy?

2008-11-03 Thread Benjamin Peterson
Grepping through Python's sources tells me that we have over 2,000 "XXX" comments. The thing that irks me about them is that the have a very slow rate of being resolved, since they usually act more as "notes to self" rather than easily attainable tasks. So, I propose that we adopt a policy similar