Re: [Zope-dev] zope.app.wsgi.paste doesn't emit a ProcessStarting event

2012-01-19 Thread Jim Fulton
On Thu, Jan 19, 2012 at 8:56 AM, Marius Gedminas wrote: > On Thu, Jan 19, 2012 at 06:30:35AM -0500, Jim Fulton wrote: .. >> I'll also release this change as zope.app.wsgi 3.15.0, or do you think >> this should be 4.0.0? > > 3.15.0 sounds about right to me. Done. Jim -- Jim Fulton http://www.lin

Re: [Zope-dev] zope.app.wsgi.paste doesn't emit a ProcessStarting event

2012-01-19 Thread Marius Gedminas
On Thu, Jan 19, 2012 at 06:30:35AM -0500, Jim Fulton wrote: > On Wed, Jan 18, 2012 at 6:50 PM, Marius Gedminas wrote: > > (We are pinning all our dependency versions with buildout-versions, so our > > app > > won't break if you rele--oh, I see you already released 3.9.3zc2 with the > > change.) >

Re: [Zope-dev] zope.app.wsgi.paste doesn't emit a ProcessStarting event

2012-01-19 Thread Jim Fulton
On Wed, Jan 18, 2012 at 6:50 PM, Marius Gedminas wrote: > On Wed, Jan 18, 2012 at 05:00:27PM -0500, Jim Fulton wrote: >> zope.app.server emits a ProcessStarting event on startup. >> >> zope.app.wsgi.paste doesn't. I think it should. > > +1 > >> If there are no >> objections, I'll make a bug fix r

Re: [Zope-dev] zope.app.wsgi.paste doesn't emit a ProcessStarting event

2012-01-18 Thread Michael Howitz
Am 19.01.2012 um 00:50 schrieb Marius Gedminas: [...] > I'm confused about this. "Latest release" refers to what, 3.9.3? or was > there > a newer version that is now hidden on PyPI? Fixed, I unhid the 3.14.0 release additionally to the 3.9.3zc2 one. Yours sincerely, -- Michael Howitz ยท m...@

Re: [Zope-dev] zope.app.wsgi.paste doesn't emit a ProcessStarting event

2012-01-18 Thread Marius Gedminas
On Wed, Jan 18, 2012 at 05:00:27PM -0500, Jim Fulton wrote: > zope.app.server emits a ProcessStarting event on startup. > > zope.app.wsgi.paste doesn't. I think it should. +1 > If there are no > objections, I'll make a bug fix release for this. Hm. I've an app that wraps zope.app.wsgi like th