From: <zy...@us...> - 2009-03-31 03:35:18
|
Revision: 6131 http://jython.svn.sourceforge.net/jython/?rev=6131&view=rev Author: zyasoft Date: 2009-03-31 03:35:14 +0000 (Tue, 31 Mar 2009) Log Message: ----------- Default to JLineConsole so that we have a usable readline out-of-the-box. Modified Paths: -------------- trunk/jython/registry Modified: trunk/jython/registry =================================================================== --- trunk/jython/registry 2009-03-30 23:44:23 UTC (rev 6130) +++ trunk/jython/registry 2009-03-31 03:35:14 UTC (rev 6131) @@ -36,7 +36,7 @@ # 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 +python.console=org.python.util.JLineConsole #python.console.readlinelib=JavaReadline # Setting this to a valid codec name will cause the console to use a This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |