[Zope-dev] Acquisition wrapped objects do not behave well on unicode call

Hanno Schlichting hanno at hannosch.eu
Wed Feb 16 04:10:05 EST 2011


On Wed, Feb 16, 2011 at 9:18 AM, Michael Howitz <mh at gocept.com> 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


More information about the Zope-Dev mailing list