[Zope3-dev] Re: [Zope3-checkins] CVS: Zope3/src/zope/app/services - event.py:1.13

Gary Poster gary@modernsongs.com
Fri, 14 Feb 2003 22:00:13 -0500


Sigh; curse.

I was in too much of a rush, as usual when I screw up.

Unfortunately, the change I made, as pointed out by Sean, is correct, I 
believe.  I'll try to figure out how to fix the errors and reinstate 
this later, if someone doesn't beat me to it.

Gary



Jeremy Hylton wrote:
> Update of /cvs-repository/Zope3/src/zope/app/services
> In directory cvs.zope.org:/tmp/cvs-serv30240
> 
> Modified Files:
> 	event.py 
> Log Message:
> Reverting previous checkin to fix failing tests.
> 
> Inexplicably, this minor change causes a bunch of tests to fail with
> infinite recursion between notify() and _notify().  Reverting the
> checkin causes all those tests to pass and doesn't appear to break any
> others.
> 
> 
> === Zope3/src/zope/app/services/event.py 1.12 => 1.13 ===
> --- Zope3/src/zope/app/services/event.py:1.12	Thu Feb 13 22:18:04 2003
> +++ Zope3/src/zope/app/services/event.py	Fri Feb 14 18:06:08 2003
> @@ -147,7 +147,7 @@
>          # the name of the service that this object is providing, or
>          # None if unbound
>  
> -    _subscribeToServiceName = Subscription
> +    _subscribeToServiceName = "Subscriptions"
>      _subscribeToServiceInterface = IEvent
>      _subscribeToServiceFilter = None
>  
> 
> 
> _______________________________________________
> Zope3-Checkins mailing list
> Zope3-Checkins@zope.org
> http://mail.zope.org/mailman/listinfo/zope3-checkins
> 
>