Deprecated API


Contents
Deprecated Interfaces
org.python.core.InitModule
          This class is deprecated. See ClassDictInit for a replacement. 
 

Deprecated Methods
org.python.core.imp.importFrom(String, String[], PyFrame)
          use importFrom with level param. 
org.python.core.imp.importFromAs(String, String[], PyFrame)
          use importFromAs with level param. 
org.python.core.Py.matchException(PyException, PyObject)
          As of Jython 2.5, use PyException.match(org.python.core.PyObject) instead. 
 



Jython homepage