javaclass

README.txt

94:89cf6f5868da
2005-01-09 Paul Boddie Added Python 2.2 dis module compatibility.
     1 Investigate better exception raising. Currently, exceptions have to be
     2 derived from object so that object.__new__ can be used upon them. However,
     3 this seems to prevent them from being raised, and they need to be wrapped
     4 within Exception so that the information can be transmitted to the
     5 exception's handler.
     6 
     7 Consider nicer ways of writing the method names in Python, perhaps using a
     8 function which takes the individual parameter types as arguments.