Hey all (or maybe just Chris? ;), I see in the change log that pyramid 1.3
no longer depends on zope.component. I haven't switched to 1.3, but in my
pyramid apps I'm using the zca registry pretty extensively.  I'm wondering
a few things:

- is the pyramid registry still the zope registry, or has there been a
re-implementation?
- if it's a re-implementation or some other kind of replacement, is it API
compatible to some degree?
- is there anything I need to beware of if I'm using the registry, as long
as I'm not getting with the the zope global registry libraries? ie, can I
just happily continue my merry way as long as my registry access all comes
from request.registry and my zca use is all done through method calls on
said registry?
- are there docs about that up anywhere?

thanks!
Iain

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to