Message344

Author bckfnn
Recipients
Date 2001-07-09.20:20:17
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When subclasses a java innerclass, jython will not 
create a proxyclass.

from javax.swing.text.html import HTMLEditorKit

class TestFactory(HTMLEditorKit.HTMLFactory):
    def create(self,e):
        pass


Added as test297.
History
Date User Action Args
2008-02-20 17:16:51adminlinkissue439825 messages
2008-02-20 17:16:51admincreate