Bugs item #621256, was opened at 2002-10-10 11:28
Message generated for change (Settings changed) made by fwierzbicki
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112867&aid=621256&group_id=12867
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
>Group: targeted for 2.2beta1
Status: Open
Resolution: None
Priority: 7
Submitted By: Attila Szegedi (szegedia)
Assigned to: Frank Wierzbicki (fwierzbicki)
Summary: __findattr__(String) JavaDoc is wrong
Initial Comment:
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...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112867&aid=621256&group_id=12867
|