[Zope-dev] 3rd party product migrations

2005-08-26 Thread Alan Milligan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, We're now migrating our product stack to Zope2.8/Plone2.1 and have been considering how best to proceed with this. We have one overriding objective in that we're very interested in reducing the window between core releases and third party develop

[Zope-dev] Re: Puzzling change to guarded_getitem in Zope 2.8

2005-08-26 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard Jones wrote: > On Fri, 26 Aug 2005 10:00 am, Richard Jones wrote: > >>I'm migrating our 2.7-developed Product to 2.8. The following change has me >>puzzled. In 2.7, AccessControl.ZopeGuards guarded_getitem has the >>following code: > > > OK

[Zope-dev] Re: Move Zope trunk to ZODB 3.5

2005-08-26 Thread Tim Peters
Heads up! If you have a Zope trunk checkout, you'll need to recursively delete directory lib/python/Persistence before an update will succeed. If you try to update before deleting that directory, you'll see something like: Failed to add directory 'lib/python/Persistence': object of the same

[Zope-dev] Create Zope 2.9 project wiki

2005-08-26 Thread Fred Drake
I've created a project wiki for Zope 2.9: http://www.zope.org/Wikis/DevSite/Projects/Zope2.9/FrontPage The wiki is pretty bare at the moment. I've started adding some notes about moving the build and packaging support to use zpkg in the Tasks page: http://www.zope.org/Wikis/DevSite/Proj

Re: [Zope-dev] Puzzling change to guarded_getitem in Zope 2.8

2005-08-26 Thread Dieter Maurer
Richard Jones wrote at 2005-8-26 10:00 +1000: >I'm migrating our 2.7-developed Product to 2.8. The following change has me >puzzled. In 2.7, AccessControl.ZopeGuards guarded_getitem has the following >code: > ... >def guarded_getitem(object, index): >[ snip handling of slices ] >... >