The registry supports adapters, utilities and subscribers. Most of that code was moved into zope.interface.registry, if you look at the pypi changelog for zope.interface version 3.8.0.
On Mon, Jan 16, 2012 at 12:46 PM, Arndt Droullier <[email protected]> wrote: > > Hi, > since zope.component has been removed from pyramid dependencies could > the pyramid registry be used in a similar way like > zope.component.registry.Components ? > Or are both altogether different? > > I mean used for simple registration and querying based on interfaces. > Not a replacement for all zope.component supported features. > > Thanks, Arndt. > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
