[Zope-dev] Strange aq_aquire bug

2005-03-25 Thread Florent Guillaume
Zope bug 1730 led me to the strange following behavior of aq_acquire with a unicode special name: >>> from Acquisition import Implicit, aq_acquire >>> class C(Implicit): ... pass ... >>> ob1 = C() >>> ob2 = C() >>> a = ob1.__of__(ob2) >>> getattr(a, u'aq_parent') >>> aq_acquire(a, u'aq_paren

[Zope-dev] Checkins not appearing

2005-03-25 Thread Florent Guillaume
I made yesterday some checkins on the Zope-2.7 branch, which didn't appear on the zope-checkins list. FYI they're below. I'm porting them to trunk right now. Florent Index: doc/CHANGES.txt === RCS file: /cvs-repository/Zope/doc/Attic