[zope2-tracker] [Bug 590790] [NEW] Missing objects don't provide __class__ attribute
Patrick Gerken
do3ccqrv at googlemail.com
Mon Jun 7 09:37:53 EDT 2010
Public bug reported:
Missing objects don't provide __class__ attributes.
That becomes a problem when using Chameleon.
When Chameleon gets something from a TAL Expression, it tries
to guess what to do based on the __class__ attribute.
That throws an Exception when a TAL Expression returns a Missing object.
In
http://svn.zope.org/Missing/branches/chameleon_fix/
I created a branch that provides __class__ attribute for Missing objects
and work at least better with chameleon.
** Affects: missing
Importance: Undecided
Status: New
--
Missing objects don't provide __class__ attribute
https://bugs.launchpad.net/bugs/590790
You received this bug notification because you are a member of Zope 2
Developers, which is the registrant for Missing.
More information about the zope2-tracker
mailing list