Update of /cvsroot/jython/jython/Tools/jythonc
In directory usw-pr-cvs1:/tmp/cvs-serv28139
Modified Files:
proxies.py
Log Message:
JavaProxy.addMethods(): Fix bug 127201.
Index: proxies.py
===================================================================
RCS file: /cvsroot/jython/jython/Tools/jythonc/proxies.py,v
retrieving revision 2.6
retrieving revision 2.7
diff -C2 -r2.6 -r2.7
*** proxies.py 2000/11/10 15:15:17 2.6
--- proxies.py 2001/01/07 09:08:54 2.7
***************
*** 252,257 ****
pass
#addSuperMethod(method, access)
! elif isFinal(access):
! continue
throws = method.exceptionTypes
--- 252,257 ----
pass
#addSuperMethod(method, access)
! #elif isFinal(access):
! # continue
throws = method.exceptionTypes
|