Re: Acquisition wrapped objects do not behave well on unicode call
Hanno Schlichting <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Feb 16, 2011 at 9:18 AM, Michael Howitz <[email protected]> wrote: > Zope 2.12.8 on Python 2.6 breaks the same way as 2.13. > But Zope 2.11.7 on Python 2.5 works correctly. > > So either Python or Acquisition must have changed since than. Acquisition changed a lot from 2.11 to 2.12 - it got support for parent pointers for example. The full changelog is quite long, but should be unrelated (http://pypi.python.org/pypi/Acquisition#changelog). The full diff is at: svn di svn+ssh://svn.zope.org/repos/main/Acquisition/branches/2.11/src/Acquisition/_Acquisition.c svn+ssh://svn.zope.org/repos/main/Acquisition/trunk/src/Acquisition/_Acquisition.c There's nothing obvious I can see here. Hanno _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )