[Zope-Checkins] SVN: Zope/branches/2.11/ Ensure that Acquistion wrapper classes always have a ``__getnewargs__`` method, even if it is not provided by the underlying ExtensionClass.

Hanno Schlichting hannosch at hannosch.eu
Sat Apr 3 20:06:50 EDT 2010


Log message for revision 110485:
  Ensure that Acquistion wrapper classes always have a ``__getnewargs__`` method, even if it is not provided by the underlying ExtensionClass.
  

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-04-04 00:00:48 UTC (rev 110484)
+++ Zope/branches/2.11/doc/CHANGES.txt	2010-04-04 00:06:50 UTC (rev 110485)
@@ -8,6 +8,9 @@
 
     Bugs Fixed
 
+      - Ensure that Acquistion wrapper classes always have a ``__getnewargs__``
+        method, even if it is not provided by the underlying ExtensionClass.
+
       - Fix the ``tp_name`` of the ImplicitAcquisitionWrapper and
         ExplicitAcquisitionWrapper to match their Python visible names and thus
         have a correct ``__name__``.


Property changes on: Zope/branches/2.11/lib/python
___________________________________________________________________
Modified: svn:externals
   - 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

   + Acquisition          svn://svn.zope.org/repos/main/Acquisition/tags/2.11.3/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