[Testbot] Plone 4.3 - Python 2.7 - Build # 2629 - Still failing! - 2 failure(s)

jenkins at plone.org jenkins at plone.org
Thu Oct 16 14:39:59 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.7 - Build # 2629 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.7/2629/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.dexterity
Branch: refs/heads/master
Date: 2014-10-16T15:51:21+02:00
Author: Jens W. Klein (jensens) <jk at kleinundpartner.at>
Commit: https://github.com/plone/plone.dexterity/commit/4397e67d611fdad2a29bc9eb6e3ef5f23b4924c8

after found that the difference is not clear for everybody i added the explanation

Files changed:
M plone/dexterity/content.py

diff --git a/plone/dexterity/content.py b/plone/dexterity/content.py
index ea43faa..74492df 100644
--- a/plone/dexterity/content.py
+++ b/plone/dexterity/content.py
@@ -290,6 +290,9 @@ def __init__(
             setattr(self, k, v)
 
     def __getattr__(self, name):
+        # python basics:  __getattr__ is only invoked if the attribute wasn't
+        # found by __getattribute__
+        #
         # optimization: sometimes we're asked for special attributes
         # such as __conform__ that we can disregard (because we
         # wouldn't be in here if the class had such an attribute




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 967 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20141016/27450f48/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 94158 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20141016/27450f48/attachment-0003.obj>


More information about the Testbot mailing list