Message5216

Author fajinyuan
Recipients fajinyuan
Date 2009-10-05.13:52:06
SpamBayes Score 4.409771e-06
Marked as misclassified No
Message-id <1254750727.66.0.944502263309.issue1484@psf.upfronthosting.co.za>
In-reply-to
Content
You can override the __findattr__(String name) method in PyObect.java in
jython 2.2.1, but in 2.5.1 this method declared as final. We have some
classes in our java project that override this method.  If this is not a
mistake, which method should we override now to make Java class emulate
jython class.
History
Date User Action Args
2009-10-05 13:52:07fajinyuansetrecipients: + fajinyuan
2009-10-05 13:52:07fajinyuansetmessageid: <1254750727.66.0.944502263309.issue1484@psf.upfronthosting.co.za>
2009-10-05 13:52:07fajinyuanlinkissue1484 messages
2009-10-05 13:52:06fajinyuancreate