I mean used for simple registration and querying based on interfaces.
Not a replacement for all zope.component supported features.
Thanks, Arndt.
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?
--
You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
To post to this group, send email to pylons-...@googlegroups.com.
To unsubscribe from this group, send email to pylons-discus...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
Yes, you should be much more pleased with this lightweight version.
- C
PS: we just moved the Components code from zope.component.registry to
zope.interface.registry. So it's the same code, just with a different
name. So it's exactly the same thing, except much cooler, because it
has a new name. ;-)
For dinosaurs like myself, is there a migration guide anywhere?
(ie: I'm using to calling getSiteManager().registerUtility(), etc, what
do I do now? Can I still use zope.component's getSiteManager() or will
things "just not work" (tm))
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
Nothing has changed, we just moved code around; backwards compatibility
shims are in place or importing forever.
- C