[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/LocalEventService - LocalEventChannel.py:1.7 LocalEventService.py:1.11 ProtoServiceEventChannel.py:1.4 LocalServiceSubscribable.py:1.9 LocalSubscribable.py:1.7

Guido van Rossum guido@python.org
Thu, 12 Dec 2002 15:17:13 -0500


> Modified Files:
> 	LocalEventChannel.py LocalEventService.py 
> 	ProtoServiceEventChannel.py LocalServiceSubscribable.py 
> 	LocalSubscribable.py 
> Log Message:
> Refactored LocalEventService to store and use locations instead of
> references to subscribers.
> 
> now every subscriber is notified within correct context to be able
> to use local services and the like.
> 
> changes are incompatible to existing subscriptions !!! you need
> to delete all subscriptions (or subscribables) from your db
> or reinitialize ...

On IRC Ulrich pointed out that this checkin was by mistake not on the
branch.  He'll undo the checkin shortly.

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