Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Pyramid 1.3 and zope.component question
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Iain Duncan  
View profile  
 More options Aug 28 2012, 12:23 am
From: Iain Duncan <iainduncanli...@gmail.com>
Date: Mon, 27 Aug 2012 21:23:46 -0700
Local: Tues, Aug 28 2012 12:23 am
Subject: Pyramid 1.3 and zope.component question

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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris McDonough  
View profile  
 More options Aug 28 2012, 12:50 am
From: Chris McDonough <chr...@plope.com>
Date: Tue, 28 Aug 2012 00:50:14 -0400
Local: Tues, Aug 28 2012 12:50 am
Subject: Re: Pyramid 1.3 and zope.component question
On 08/28/2012 12:23 AM, Iain Duncan wrote:

> 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?

Still same.  The zope component registry code was moved to
zope.interface, so nothing really changed, just where it was imported from.

> - 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?

Nothing has really changed.  Just where we import it from.

> - are there docs about that up anywhere?

Nope.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Iain Duncan  
View profile  
 More options Aug 28 2012, 1:23 am
From: Iain Duncan <iainduncanli...@gmail.com>
Date: Mon, 27 Aug 2012 22:23:27 -0700
Local: Tues, Aug 28 2012 1:23 am
Subject: Re: Pyramid 1.3 and zope.component question

On Mon, Aug 27, 2012 at 9:50 PM, Chris McDonough <chr...@plope.com> wrote:
> On 08/28/2012 12:23 AM, Iain Duncan wrote:

>> 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?

> Still same.  The zope component registry code was moved to zope.interface,
> so nothing really changed, just where it was imported from.

Ah, that explains it. Thanks for the quick reply!

Iain


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »