[Zope-Checkins] SVN: Zope/branches/2.11/ Pull in Acquisition from the new external branch

Hanno Schlichting hannosch at hannosch.eu
Thu Feb 25 13:33:44 EST 2010


Log message for revision 109443:
  Pull in Acquisition from the new external branch
  

Changed:
  U   Zope/branches/2.11/doc/CHANGES.txt
  _U  Zope/branches/2.11/lib/python/

-=-
Modified: Zope/branches/2.11/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.11/doc/CHANGES.txt	2010-02-25 18:10:22 UTC (rev 109442)
+++ Zope/branches/2.11/doc/CHANGES.txt	2010-02-25 18:33:43 UTC (rev 109443)
@@ -8,6 +8,14 @@
 
     Bugs Fixed
 
+      - Fix the ``tp_name`` of the ImplicitAcquisitionWrapper and
+        ExplicitAcquisitionWrapper to match their Python visible names and thus
+        have a correct ``__name__``.
+
+      - Expand the ``tp_name`` of Acquisition's extension types to hold the
+        fully qualified name. This ensures classes have their ``__module__``
+        set correctly.
+
       - Updated 'pytz' external to point to '2010b' version.
 
       - Protect ZCTextIndex's clear method against storing Acquisition wrappers.


Property changes on: Zope/branches/2.11/lib/python
___________________________________________________________________
Modified: svn:externals
   - BTrees               svn://svn.zope.org/repos/main/ZODB/tags/3.8.4/src/BTrees
ClientForm           svn://svn.zope.org/repos/main/ClientForm/as_package/0.2.10
RestrictedPython     svn://svn.zope.org/repos/main/RestrictedPython/tags/3.5.1/src/RestrictedPython
ThreadedAsync        svn://svn.zope.org/repos/main/ZODB/tags/3.8.4/src/ThreadedAsync
ZConfig              svn://svn.zope.org/repos/main/ZConfig/tags/2.5.1/ZConfig
ZEO                  svn://svn.zope.org/repos/main/ZODB/tags/3.8.4/src/ZEO
ZODB                 svn://svn.zope.org/repos/main/ZODB/tags/3.8.4/src/ZODB
ZopeUndo             svn://svn.zope.org/repos/main/ZODB/tags/3.8.4/src/ZopeUndo
docutils             svn://svn.zope.org/repos/main/docutils/tags/0.4.0
mechanize            svn://svn.zope.org/repos/main/mechanize/tags/0.1.10/mechanize
persistent           svn://svn.zope.org/repos/main/ZODB/tags/3.8.4/src/persistent
pytz                 svn://svn.zope.org/repos/main/pytz/tags/2010b/pytz
transaction          svn://svn.zope.org/repos/main/ZODB/tags/3.8.4/src/transaction
zdaemon              svn://svn.zope.org/repos/main/zdaemon/tags/2.0.4/src/zdaemon
zodbcode             svn://svn.zope.org/repos/main/zodbcode/tags/3.4.0/src/zodbcode

   + Acquisition          svn://svn.zope.org/repos/main/Acquisition/tags/2.11.2/src/Acquisition
BTrees               svn://svn.zope.org/repos/main/ZODB/tags/3.8.4/src/BTrees
ClientForm           svn://svn.zope.org/repos/main/ClientForm/as_package/0.2.10
RestrictedPython     svn://svn.zope.org/repos/main/RestrictedPython/tags/3.5.1/src/RestrictedPython
ThreadedAsync        svn://svn.zope.org/repos/main/ZODB/tags/3.8.4/src/ThreadedAsync
ZConfig              svn://svn.zope.org/repos/main/ZConfig/tags/2.5.1/ZConfig
ZEO                  svn://svn.zope.org/repos/main/ZODB/tags/3.8.4/src/ZEO
ZODB                 svn://svn.zope.org/repos/main/ZODB/tags/3.8.4/src/ZODB
ZopeUndo             svn://svn.zope.org/repos/main/ZODB/tags/3.8.4/src/ZopeUndo
docutils             svn://svn.zope.org/repos/main/docutils/tags/0.4.0
mechanize            svn://svn.zope.org/repos/main/mechanize/tags/0.1.10/mechanize
persistent           svn://svn.zope.org/repos/main/ZODB/tags/3.8.4/src/persistent
pytz                 svn://svn.zope.org/repos/main/pytz/tags/2010b/pytz
transaction          svn://svn.zope.org/repos/main/ZODB/tags/3.8.4/src/transaction
zdaemon              svn://svn.zope.org/repos/main/zdaemon/tags/2.0.4/src/zdaemon
zodbcode             svn://svn.zope.org/repos/main/zodbcode/tags/3.4.0/src/zodbcode




More information about the Zope-Checkins mailing list