Re: [Zope-dev] Re: SVN: Zope/branches/ajung-zpt-end-game/...

2006-05-30 Thread Lennart Regebro
On 5/30/06, Tres Seaver <[EMAIL PROTECTED]> wrote: Lennart, do you have a sense about what it would take to fix that in OFS.Traversable? Nope, and I have no time until Saturday to check it. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.or

Re: [Zope-dev] Re: SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py A recent fix in the zope 3 traversing code now requires the ITraversable

2006-05-30 Thread Dieter Maurer
Philipp von Weitershausen wrote at 2006-5-29 18:42 +0200: > ... >> The CMF (and Plone on top of it) work *fine* as they are today for >> completely empty expressions. Reverting the BBB-incompatible cahnge, >> and adding deprecation warnings, is our standard practice here. > >Yes, for changes that

Re: [Zope-dev] Re: SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/tests/test ZopePageTemplate.py A recent fix in the zope 3 traversing code now requires the ITraversable

2006-05-29 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: > > > --On 28. Mai 2006 22:06:27 -0400 Tres Seaver <[EMAIL PROTECTED]> wrote: > >> >> These problems aren't blockers for a 2.10 beta, but they must be >> resolved before a final release. >> > > I agree that these issues should b

Re: [Zope-dev] Re: SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/tests/test ZopePageTemplate.py A recent fix in the zope 3 traversing code now requires the ITraversable

2006-05-28 Thread Andreas Jung
--On 28. Mai 2006 22:06:27 -0400 Tres Seaver <[EMAIL PROTECTED]> wrote: These problems aren't blockers for a 2.10 beta, but they must be resolved before a final release. I agree that these issues should be fixed. But it is now time to get 2.10 beta 1 out of the door as soon as possible. We

Re: [Zope-dev] Re: SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Expressions.py Officially deprecate the BBB methods on the iterator and add a note

2006-05-23 Thread Chris Withers
Philipp von Weitershausen wrote: maintained in Zope 3. Plus, the goal is to use the Zope 3 implementation everywhere so there must be some advantages in the Zope 3 implementation over the Zope 2 one... otherwise we wouldn't be doing this... This logic is faulty. The merge is desirable because i

Re: [Zope-dev] Re: SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Expressions.py Officially deprecate the BBB methods on the iterator and add a note

2006-05-22 Thread Chris Withers
Tres Seaver wrote: +@deprecate("The 'last' method has been deprecated and will disappear " + "in Zope 2.12. Use the 'end' property instead.") def last(self, name=None): if self.end: return True I don't think deprecating 'first' and 'last' is appropr