Message754

Author szegedia
Recipients
Date 2002-10-10.11:28:13
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
JavaDoc for PyObject#__findattr__(String) in Jython 2.1 
says it delegates to PyObject#__findattr__(PyString), 
but in reality it's the other way round: 
PyObject#__findattr__(PyString) delegates to 
PyObject#__findattr__(String)). This can be nasty for 
people that want to override __findattr__ in a subclass...
History
Date User Action Args
2008-02-20 17:17:10adminlinkissue621256 messages
2008-02-20 17:17:10admincreate