Can someone NMU bug 151464 in zope-zpatterns?

2002-08-15 Thread Thomas Viehmann
Hi.
(I'm not on debian-python, so I'd appreciate CC's.)
I thought this might be the place where I could get help.
I've submitted  a while ago.
I wonder whether some developer who knows python and/or zope could NMU.
Another user just mailed me about the bugreport, because he had the same 
problem and so I thought maybe someone could actually do something about it.

Regards
Thomas



Re: MailMan Security patch for Woody Broken?

2002-08-15 Thread Matt Zimmerman
On Thu, Aug 15, 2002 at 09:22:51PM +0200, Florent Rougon wrote:

> Matt Zimmerman <[EMAIL PROTECTED]> wrote:
> 
> > Python 1.5.2 (#0, Jan 13 2002, 13:19:04)  [GCC 2.95.4 20011223 (Debian 
> > prerelease)] on linux2
> > Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
> > >>> ''.lower()
> > Traceback (innermost last):
> >   File "", line 1, in ?
> > AttributeError: 'string' object has no attribute 'lower'
> 
> Good shot, but the latest mailman in woody (2.0.11-1woody2) depends on
> python and python depends on python2.1 (>= 2.1.3-1), so I think there is
> something weird here.
> 
> I'm bringing this discussion on debian-python. Please drop debian-devel
> on followups.

I'll assume, then, that the security.d.o packages are fine unless someone
from -python tells me otherwise.  Please notify me promptly if they need to
be fixed.

-- 
 - mdz




Re: MailMan Security patch for Woody Broken?

2002-08-15 Thread Florent Rougon
Matt Zimmerman <[EMAIL PROTECTED]> wrote:

> Python 1.5.2 (#0, Jan 13 2002, 13:19:04)  [GCC 2.95.4 20011223 (Debian 
> prerelease)] on linux2
> Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
> >>> ''.lower()
> Traceback (innermost last):
>   File "", line 1, in ?
> AttributeError: 'string' object has no attribute 'lower'

Good shot, but the latest mailman in woody (2.0.11-1woody2) depends on
python and python depends on python2.1 (>= 2.1.3-1), so I think there is
something weird here.

I'm bringing this discussion on debian-python. Please drop debian-devel
on followups.

-- 
Florent



Re: Move to python 2.2 as default release?

2002-08-15 Thread Matthias Klose
On Aug 14, Laura Creighton wrote: 
> The new Python Business Forum (www.python-in-business.com) is 

what is this? The link is dead. Is this the former PSA?

Guido van Rossum writes:
> > Now, if 2.3 won't be stable until well into next year (as opposed to
> > the schedule in PEP 283), then we may want to target 2.2.x as our
> > default version.
> 
> Which version of PEP 283 are you referring to?  It once had us release
> the final version around the end of August.  But the current version
> says his:
> 
> There is currently no defined schedule.  We hope to do the final
> release before the end of 2002, but if important projects below
> are delayed, even that may be delayed.

ok, fine. "hope to release ..." is a bit long. I'll prepare packages
making 2.2 the default, introducing experimental 2.3 packages and drop
1.5.

> To which I should probably add that that's the schedule for 2.3.  If
> things go as they went for 2.0, 2.1 and 2.2, there will be a 2.3.1
> bugfix update 3-6 months after 2.3 is released, and that would be the
> first time I'd be comfortable calling 2.3 stable.

which is why I wanted to make 2.2 the default for woody... we have a
stable 2.2.1, which is not the default.

Matthias



Re: Move to python 2.2 as default release?

2002-08-15 Thread Guido van Rossum
> On Aug 14, Laura Creighton wrote: 
> > The new Python Business Forum (www.python-in-business.com) is 
> 
> what is this? The link is dead. Is this the former PSA?

Try www.python-in-business.org.  It's a Swedish non-profit created
earlier this year.

> Guido van Rossum writes:
> > > Now, if 2.3 won't be stable until well into next year (as opposed to
> > > the schedule in PEP 283), then we may want to target 2.2.x as our
> > > default version.
> > 
> > Which version of PEP 283 are you referring to?  It once had us release
> > the final version around the end of August.  But the current version
> > says his:
> > 
> > There is currently no defined schedule.  We hope to do the final
> > release before the end of 2002, but if important projects below
> > are delayed, even that may be delayed.
> 
> ok, fine. "hope to release ..." is a bit long. I'll prepare packages
> making 2.2 the default, introducing experimental 2.3 packages and drop
> 1.5.

Yeah!

> > To which I should probably add that that's the schedule for 2.3.  If
> > things go as they went for 2.0, 2.1 and 2.2, there will be a 2.3.1
> > bugfix update 3-6 months after 2.3 is released, and that would be the
> > first time I'd be comfortable calling 2.3 stable.
> 
> which is why I wanted to make 2.2 the default for woody... we have a
> stable 2.2.1, which is not the default.

Too bad. :-(

--Guido van Rossum (home page: http://www.python.org/~guido/)