From: Finn B. <bc...@us...> - 2001-05-28 16:56:40
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv25129 Modified Files: registry Log Message: Add comment and example use of python.console. Index: registry =================================================================== RCS file: /cvsroot/jython/jython/registry,v retrieving revision 2.12 retrieving revision 2.13 diff -C2 -r2.12 -r2.13 *** registry 2000/12/16 16:43:33 2.12 --- registry 2001/05/28 16:56:37 2.13 *************** *** 35,38 **** --- 35,42 ---- python.deprecated.keywordMangling = false + # Setting this to the name of different console class, new console + # features can be enabled. Readline support is such an example + #python.console=org.python.util.ReadlineConsole + # Setting this to true will cause the console to poll standard in # This might be helpful on systems without system-level threads |