Issue1805410

classification
Title: patch for bug[1789561]:set,get,is named functions dont work
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: ayeshaiqbal, cgroves
Priority: normal Keywords: patch

Created on 2007-10-01.04:15:47 by ayeshaiqbal, last changed 2007-10-06.05:53:32 by cgroves.

Files
File name Uploaded Description Edit Remove
setget.patch ayeshaiqbal, 2007-10-01.04:15:48 patch file
Messages
msg2922 (view) Author: ayesha (ayeshaiqbal) Date: 2007-10-01.04:15:47
Hi,
  I have attached David's patch for the bug [1789561]:functions named set,get or is do not work.
  When functions named "set","get"or "is" are used with classic classes then jython does not allow us to call them . This patches fixes the issue.

Thanks,
Ayesha
msg2923 (view) Author: Charlie Groves (cgroves) Date: 2007-10-06.05:53:32
I wouldn't open patches like this since the code was already pretty accessible in the bug.
History
Date User Action Args
2007-10-01 04:15:47ayeshaiqbalcreate