From: <otm...@us...> - 2009-04-22 22:15:23
|
Revision: 6254 http://jython.svn.sourceforge.net/jython/?rev=6254&view=rev Author: otmarhumbel Date: 2009-04-22 22:15:16 +0000 (Wed, 22 Apr 2009) Log Message: ----------- do not default to jline until it is stable enough (see http://bugs.jython.org/issue1293) Modified Paths: -------------- trunk/jython/registry Modified: trunk/jython/registry =================================================================== --- trunk/jython/registry 2009-04-22 21:13:26 UTC (rev 6253) +++ trunk/jython/registry 2009-04-22 22:15:16 UTC (rev 6254) @@ -36,7 +36,8 @@ # 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.JLineConsole +#python.console=org.python.util.JLineConsole +#python.console=org.python.util.ReadlineConsole #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. |