| Interface and Description |
|---|
| org.python.core.InitModule
This class is deprecated. See ClassDictInit for a replacement.
|
| Class and Description |
|---|
| org.python.compiler.LineNumberTable
Not used. Delete in 2.6.
|
| org.python.core.PyBuffer.Pointer |
| Field and Description |
|---|
| org.python.core.PyInteger.maxInt
Use MAX_INT instead.
|
| org.python.core.PyLong.maxLong
Use MAX_INT instead.
|
| org.python.core.PyLong.maxULong
Use MAX_ULONG instead.
|
| org.python.core.PyInteger.minInt
Use MIN_INT instead.
|
| org.python.core.PyLong.minLong
Use MIN_INT instead.
|
| org.python.antlr.BaseParser.partial |
| org.python.core.Options.verbose
Use
PrePy.getLoggingLevel(),
PrePy.setLoggingLevel(java.util.logging.Level), or java.util.logging
preferences to configure logging levels. |
| Constructor and Description |
|---|
| org.python.antlr.BaseParser(CharStream, String, String, boolean) |
| org.python.compiler.ProxyMaker(String, Class<?>) |
| org.python.core.PyShadowString(PyObject, String)
use the constructor with strings instead.
|