« Return to Thread: Jython 2.5.0 Release Candidate 2 out

Re: Jython 2.5.0 Release Candidate 2 out

by Alan Kennedy-2 :: Rate this Message:

Reply to Author | View in Thread

[Jim]
> Instead of using control-Z, the console now defaults to using the Unix
> standard of control-D for quitting a session. This might be considered to be
> an improvement :)

:-)

Being a Windows and *nix user, I like to have consistent  behaviour
between cpython and jython on each platform.

So it's kind of annoying to have cpython on Windows use the
windows-standard Ctrl-Z and jython on Windows use the Unix-standard
Ctrl-D.

But a quick look at the registry file distributed with rc2 shows the
following lines

# To activate the legacy Jython console:
# python.console=org.python.util.InteractiveConsole

Uncommenting the second line does indeed restore Windows standard
behaviour, Ctrl-Z quits the interpreter, as it should.

The up and down keys always worked for command history on Jython,
before jline, so I'm happy to keep using the "legacy" console.

Alan.

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Jython-users mailing list
Jython-users@...
https://lists.sourceforge.net/lists/listinfo/jython-users

 « Return to Thread: Jython 2.5.0 Release Candidate 2 out